Date: 12/18/00
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7004 Updated: Sega Dreamcast-PlanetWeb browser POST parse bug"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6842 Updated: Apache 1.3.12 with PHP 4.0.2 cannot handle more than 127 name based vhosts."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi.
get php4-latest.tar.gz 18.12.2000
#./configure --prefix=/u/wwww/php \
--with-apxs=/u/wwww/bin/apxs \
--with-mod_charset \
--with-oci8 \
--enable-tracks-vars \
--enable-ftp \
--enable-sysvsem \
--enable-sysvshm \
--enable-sigchild \
UX:acomp: ERROR: "mail.c", line 28: cannot find include file: <sysexits.h>
UX:acomp: ERROR: "mail.c", line 155: undefined symbol: EX_TEMPFAIL
UX:acomp: WARNING: "mail.c", line 165: statement not reached
make[3]: *** [mail.lo] Error 1
make[3]: Leaving directory `/u/source/php4/ext/standard'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/u/source/php4/ext/standard'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/u/source/php4/ext'
make: *** [all-recursive] Error 1
Has replaced #include <sysexits.h> to
#include "usr/ucbinclude/sysexits.h"
#configure ....
UX:cc: WARNING: Use -Kthread instead of -lthread when linking with threads
library; using -lthread directly may cause incorrect execution
behavior.
UX:cc: WARNING: Avoid specifying -lc; cc will ensure that libc is linked in
the proper order. Linking libc in the wrong order may cause
incorrect
execution behavior. If you do specify -lc, make sure that no dynamic
libraries are specified after it.
make[1]: Leaving directory `/u/source/php4'
Making all in pear
#make install
# ./apachectl start
Syntax error on line 238 of /u/wwww/conf/httpd.conf:
Cannot load /u/wwww/libexec/libphp4.so into server: dynamic linker :
/u/wwww/bin/httpd : error opening libclntsh.so.8.0
./apachectl start: httpd could not be started
Thank for the help.
----- Original Message -----
From: "Bug Database" <php-dev <email protected>>
To: <lpc2 <email protected>>
Sent: Monday, December 18, 2000 6:36 PM
Subject: PHP 4.0 Bug #7087 Updated: error opening libclntsh.so.8.0
> ID: 7087
> Updated by: sniper
> Reported By: lpc2 <email protected>
> Old-Status: Open
> Status: Feedback
> Bug Type: Compile Failure
> Assigned To:
> Comments:
>
> Does this happen with latest snapshot from http://snaps.php.net/ ?
>
> --Jani
>
>
>
> Previous Comments:
> --------------------------------------------------------------------------
-
>
> [2000-10-08 12:16:03] lpc2 <email protected>
> I use --with-oci8:
> get attention.
> See attach file debug.log:
> CONFIGURE: './configure' '--prefix=/u/wwww/php'
'--with-apxs=/u/wwww/bin/apxs' '--with-mod_charset' '--with-oci8'
'--enable-tracks-vars' '--enable-ftp' '--enable-sysvsem' '--enable-sysvshm'
'--enable-sigchild'
> CC: cc
> CFLAGS: -g
> CPPFLAGS:
> CXX:
> CXXFLAGS:
>
INCLUDES: -I/u/wwww/include -I$(top_builddir)/Zend -I$(top_srcdir) -I/u/
source/php/ext/mysql/libmysql -I/oracle8/app/oracle/product/8.1.5/rdbms/demo
-I/oracle8/app/oracle/product/8.1.5/network/public -I/oracle8/app/oracle/pr
oduct/8.1.5/plsql/public
>
LDFLAGS: -L/usr/ucblib -L/usr/ucblib -L/oracle8/app/oracle/product/8.1.5
/lib -L/oracle8/app/oracle/product/8.1.5/lib
>
LIBS: -lclntsh -lthread -ldshm -lgen -lm -lelf -ldl -lgen -lnsl -lsock
et -lresolv -lresolv -lm -ldl -lcrypt -lsocket -lsocket
> DLIBS:
> SAPI: apache
> PHP_RPATHS: /usr/ucblib /oracle8/app/oracle/product/8.1.5/lib
> uname -a: UnixWare adm 5 7.1.0 i386 x86at SCO UNIX_SVR5
>
> cc -o
conftest -g -L/usr/ucblib -L/usr/ucblib -L/oracle8/app/oracle/product/8.1.
5/lib -L/oracle8/app/oracle/product/8.1.5/lib
conftest.c -lclntsh -lthread -ldshm -lgen -lm -lelf -ldl -lgen -lnsl -lsocke
t -lresolv -lresolv -lm -ldl -lcrypt -lsocket -lsocket 1>&5
> UX:cc: WARNING: Use -Kthread instead of -lthread when linking with threads
> library; using -lthread directly may cause incorrect execution behavior.
> dynamic linker : ./conftest : error opening libclntsh.so.8.0
>
> -----------------
> if use --with-mysql:
> ./configure --prefix=/u/wwww/php
> --with-mysql
> --with-apxs=/u/wwww/bin/apxs
> --with-mod_charset
> --enable-tracks-vars
> --enable-ftp
> --enable-sysvsem
> --enable-sysvshm
> --enable-sigchild
>
> make
> make install
>
> # ./apachectl start
> Syntax error on line 1325 of /u/wwww/conf/httpd.conf:
> Cannot load /u/wwww/libexec/libphp4.so into server: dynamic linker:
> /u/wwww/bin/
> httpd: relocation error: symbol not found: pow; referenced from:
> /u/wwww/libexec/libphp4.so
> ./apachectl start: httpd could not be started
> ???????
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> --------------------------------------------------------------------------
-
>
>
> Full Bug description available at: http://bugs.php.net/?id=7087
>
>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7004 Updated: Sega Dreamcast-PlanetWeb browser POST parse bug"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6842 Updated: Apache 1.3.12 with PHP 4.0.2 cannot handle more than 127 name based vhosts."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

