Posted by Rasmus Lerdorf on 10/04/93 11:05
heath boutwell wrote:
> --- Rasmus Lerdorf <rasmus@lerdorf.com> wrote:
>
>>Well, what is created? Do you get a .libs/libphp4 file with no
>>extension? If so, you can either just rename that to .libs/libphp4.so
>>or run libtoolize --force and re-run ./configure
>>
>>-Rasmus
>>
>
>
> Still no libphp4.so created by make install.
>
> Here is results from libtoolize --force
> Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
> You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
>
> Here are the files created by make install:
> Installing PHP SAPI module: cgi
> Installing PHP CGI into: /usr/bin/
> Installing shared extensions: /usr/lib/php4/extensions/no-debug-non-zts-20020429/
> Installing PEAR environment: /usr/lib/php4/php/
> [PEAR] Archive_Tar - already installed: 1.2
> [PEAR] Console_Getopt - already installed: 1.2
> [PEAR] PEAR - already installed: 1.3.2
> Wrote PEAR system config file at: /usr/etc/pear.conf
> You may want to add: /usr/lib/php4/php to your php.ini include_path
> [PEAR] DB - already installed: 1.6.8
> [PEAR] HTTP - already installed: 1.3.3
> [PEAR] Mail - already installed: 1.1.4
> [PEAR] Net_SMTP - already installed: 1.2.6
> [PEAR] Net_Socket - already installed: 1.0.2
> [PEAR] XML_Parser - already installed: 1.2.1
> [PEAR] XML_RPC - already installed: 1.1.0
> Installing build environment: /usr/lib/php/build/
> Installing header files: /usr/include/php/
> Installing helper programs: /usr/bin/
> program: phpize
> program: php-config
> program: phpextdist
>
>
> I get no errors in the make/make test/make install stages. Why isn't libphp4.so created? It also
> seems bizarre that I am the only person that has encountered this.
Because you built the CGI version as it says. You need to use the
--with-apxs configure switch to build the Apache SAPI.
-Rasmus
Navigation:
[Reply to this message]
|