Date: 11/20/00
- Next message: jason <email protected>: "[PHP-DEV] PHP 4.0 Bug #7880 Updated: PHP_URL_FOPEN doesn't work"
- Previous message: Bill Stoddard: "[PHP-DEV] PHP 4 on AIX using the xlc compiler"
- Next in thread: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: thomas <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7889
User Update by: thomas <email protected>
Status: Open
Bug Type: Apache related
Description: symbol getsesenv: referenced symbol not found
orgot to mention that I had issued the following before configure:
IFX_LIBDIR="-L$INFORMIXDIR/lib -L$INFORMIXDIR/lib/esql"
IFX_INCDIR="$INFORMIXDIR/incl/esql"
IFX_LIBS="-lgen -lgls -lm -ldl $INFORMIXDIR/lib/esql/checkapi.o "
export IFX_LIBDIR IFX_INCDIR IFX_LIBS
Previous Comments:
---------------------------------------------------------------------------
[2000-11-20 06:28:40] thomas <email protected>
Compiling PHP as an Apache DSO. Apache configured with
./configure
--prefix=/usr/local
--enable-module=most
--enable-shared=max.
PHP configured with:
./configure
--with-apxs=/usr/local/apache/bin/apxs
--with-mcrypt
--with-mysql=/usr/local/mysql
--enable-versioning --with-gd
--with-ttf
--with-jpeg-dir=/usr/local
--with-zlib=/usr/local
--enable-ftp --with-config-file-path=/usr/local/apache/conf
--with-informix=/usr/local/bin/informix
When I do apachectl configtest I get:
Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol getsesenv: referenced symbol not found
Where is this getsesenv supposed to be?
ldd says:
# ldd /usr/local/apache/libexec/libphp4.so
libpam.so.1 => /usr/lib/libpam.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libmcrypt.so.4 => /usr/local/lib/libmcrypt.so.4
libltdl.so.0 => /usr/local/lib/libltdl.so.0
libttf.so.2 => /usr/local/lib/libttf.so.2
libjpeg.so.62 => /usr/local/lib/libjpeg.so.62
libpng.so.2 => /usr/local/lib/libpng.so.2
libresolv.so.2 => /usr/lib/libresolv.so.2
libm.so.1 => /usr/lib/libm.so.1
libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libc.so.1 => /usr/lib/libc.so.1
libintl.so.1 => /usr/lib/libintl.so.1
libgen.so.1 => /usr/lib/libgen.so.1
libmp.so.2 => /usr/lib/libmp.so.2
/usr/platform/SUNW,Ultra-250/lib/libc_psr.so.1
Hope you can help me
Regards,
Thomas Olsen
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7889
-- 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: jason <email protected>: "[PHP-DEV] PHP 4.0 Bug #7880 Updated: PHP_URL_FOPEN doesn't work"
- Previous message: Bill Stoddard: "[PHP-DEV] PHP 4 on AIX using the xlc compiler"
- Next in thread: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: thomas <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Maybe reply: kir <email protected>: "[PHP-DEV] PHP 4.0 Bug #7889 Updated: symbol getsesenv: referenced symbol not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

