php-install Digest 9 Nov 2001 18:53:18 -0000 Issue 546
Topics (messages 4884 through 4886):
Problem with make php 4.0.6
4884 by: Julio Cesar Pinto
4885 by: Julio Cesar Pinto
Problem with installing PHP 4.0.6 on WIndows 98
4886 by: Rosen
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi i'm new in the list.. and have problems install php.
When I install with the following options
./configure --with-apxs=/usr/local/bin/apxs
--with-config-file-path=/etc/httpd/conf --enable-versioning
--with-system-regex --disable-debug --enable-track-vars --without-gd
--with-zlib --with-mysql=/usr/local --with-psql=/usr/local
--with-openssl=/usr/local --prefix=/usr/local
Make say:
Making all in .
/bin/sh /usr/packages/php-4.0.6/libtool --silent --mode=link gcc -I.
-I/usr/packages/php-4.0.6/ -I/usr/packages/php-4.0.6/main
-I/usr/packages/php-4.0.6 -I/usr/local/include
-I/usr/packages/php-4.0.6/Zend -I/usr/local/include/mysql
-I/usr/packages/php-4.0.6/ext/xml/expat/xmltok
-I/usr/packages/php-4.0.6/ext/xml/expat/xmlparse
-I/usr/packages/php-4.0.6/TSRM -DUSE_EXPAT -DSUPPORT_UTF8
-DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath
/usr/packages/php-4.0.6/libs -export-symbols
/usr/packages/php-4.0.6/sapi/apache/php.sym -avoid-version
-L/usr/local/lib -L/usr/local/lib/mysql -R /usr/local/lib -R
/usr/local/lib/mysql stub.lo Zend/libZend.la sapi/apache/libsapi.la
main/libmain.la ext/zlib/libzlib.la ext/mysql/libmysql.la
ext/openssl/libopenssl.la ext/pcre/libpcre.la ext/posix/libposix.la
ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la
TSRM/libtsrm.la -lpam -lmysqlclient -lz -lz -lcrypt -lssl -lcrypto -lm
Making all in pear
and it does not finish
but, if exempt the option --with-openssl=/usr/local,
makee say
Making all in .
/bin/sh /usr/packages/php-4.0.6/libtool --silent --mode=link gcc -I.
-I/usr/packages/php-4.0.6/ -I/usr/packages/php-4.0.6/main
-I/usr/packages/php-4.0.6 -I/usr/local/include
-I/usr/packages/php-4.0.6/Zend -I/usr/local/include/mysql
-I/usr/packages/php-4.0.6/ext/xml/expat/xmltok
-I/usr/packages/php-4.0.6/ext/xml/expat/xmlparse
-I/usr/packages/php-4.0.6/TSRM -DUSE_EXPAT -DSUPPORT_UTF8
-DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath
/usr/packages/php-4.0.6/libs -export-symbols
/usr/packages/php-4.0.6/sapi/apache/php.sym -avoid-version
-L/usr/local/lib/mysql -R /usr/local/lib/mysql stub.lo Zend/libZend.la
sapi/apache/libsapi.la main/libmain.la ext/zlib/libzlib.la
ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la
ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la
TSRM/libtsrm.la -lpam -lmysqlclient -lz -lz -lcrypt -lm
/usr/libexec/elf/ld: cannot find -lpq
*** Error code 1
I dont have idea, what happen.
Any suggestions are greatly appreciated.
Thanks for you help.
Regards,
--
JULIO CESAR PINTO
Web Services
System Administrator
IFX NETWORKS COLOMBIA
www.ifx.com.co
Ph : 571 - 3256000
Fax: 571 - 3256025
--- End Message ---
--- Begin Message ---
I loss to mention the SO
I use FreeBSD 4.4 - Stable with Apache 1.3.22
On Fri, 2001-11-09 at 08:48, Julio Cesar Pinto wrote:
> Hi i'm new in the list.. and have problems install php.
>
> When I install with the following options
>
> ./configure --with-apxs=/usr/local/bin/apxs
> --with-config-file-path=/etc/httpd/conf --enable-versioning
> --with-system-regex --disable-debug --enable-track-vars --without-gd
> --with-zlib --with-mysql=/usr/local --with-psql=/usr/local
> --with-openssl=/usr/local --prefix=/usr/local
>
> Make say:
>
> Making all in .
> /bin/sh /usr/packages/php-4.0.6/libtool --silent --mode=link gcc -I.
> -I/usr/packages/php-4.0.6/ -I/usr/packages/php-4.0.6/main
> -I/usr/packages/php-4.0.6 -I/usr/local/include
> -I/usr/packages/php-4.0.6/Zend -I/usr/local/include/mysql
> -I/usr/packages/php-4.0.6/ext/xml/expat/xmltok
> -I/usr/packages/php-4.0.6/ext/xml/expat/xmlparse
> -I/usr/packages/php-4.0.6/TSRM -DUSE_EXPAT -DSUPPORT_UTF8
> -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath
> /usr/packages/php-4.0.6/libs -export-symbols
> /usr/packages/php-4.0.6/sapi/apache/php.sym -avoid-version
> -L/usr/local/lib -L/usr/local/lib/mysql -R /usr/local/lib -R
> /usr/local/lib/mysql stub.lo Zend/libZend.la sapi/apache/libsapi.la
> main/libmain.la ext/zlib/libzlib.la ext/mysql/libmysql.la
> ext/openssl/libopenssl.la ext/pcre/libpcre.la ext/posix/libposix.la
> ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la
> TSRM/libtsrm.la -lpam -lmysqlclient -lz -lz -lcrypt -lssl -lcrypto -lm
> Making all in pear
>
> and it does not finish
>
> but, if exempt the option --with-openssl=/usr/local,
>
> makee say
>
> Making all in .
> /bin/sh /usr/packages/php-4.0.6/libtool --silent --mode=link gcc -I.
> -I/usr/packages/php-4.0.6/ -I/usr/packages/php-4.0.6/main
> -I/usr/packages/php-4.0.6 -I/usr/local/include
> -I/usr/packages/php-4.0.6/Zend -I/usr/local/include/mysql
> -I/usr/packages/php-4.0.6/ext/xml/expat/xmltok
> -I/usr/packages/php-4.0.6/ext/xml/expat/xmlparse
> -I/usr/packages/php-4.0.6/TSRM -DUSE_EXPAT -DSUPPORT_UTF8
> -DXML_BYTE_ORDER=12 -g -O2 -o libphp4.la -rpath
> /usr/packages/php-4.0.6/libs -export-symbols
> /usr/packages/php-4.0.6/sapi/apache/php.sym -avoid-version
> -L/usr/local/lib/mysql -R /usr/local/lib/mysql stub.lo Zend/libZend.la
> sapi/apache/libsapi.la main/libmain.la ext/zlib/libzlib.la
> ext/mysql/libmysql.la ext/pcre/libpcre.la ext/posix/libposix.la
> ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la
> TSRM/libtsrm.la -lpam -lmysqlclient -lz -lz -lcrypt -lm
> /usr/libexec/elf/ld: cannot find -lpq
> *** Error code 1
>
> I dont have idea, what happen.
>
> Any suggestions are greatly appreciated.
>
> Thanks for you help.
>
> Regards,
>
--
JULIO CESAR PINTO
Web Services
System Administrator
IFX NETWORKS COLOMBIA
www.ifx.com.co
Ph : 571 - 3256000
Fax: 571 - 3256025
--- End Message ---
--- Begin Message ---
Hi,
I have Windows 98 with PWS.
I'm installing PHP 4.0.6
I'm following the steps for installation on server - editing the registry.
I have restarted Windows and after thath when I try to browse the page on my
PWS, the PHP doesn't work !
Please Help
Thanks,
Rosen
--- End Message ---