Date: 01/30/01
- Next message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7795 Updated: Duplicate symbol gdImageColorResolve"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7712 Updated: Problem with DSO and Apache -- occurs in upgrade from 4.0.3 to 4.0.3pl1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7889
Updated by: sniper
Reported By: thomas <email protected>
Old-Status: Feedback
Status: Closed
Bug Type: Apache related
Assigned To:
Comments:
No feedback. Considered solved by setting LD_LIBRARY_PATH.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2000-11-20 11:15:40] kir <email protected>
Could you please check if setting LD_LIBRARY_PATH as I mentioned solves the problem?
---------------------------------------------------------------------------
[2000-11-20 11:04:46] thomas <email protected>
I actually allready thought that I had added $INFORMIXDIR/lib to LD_LIBRARY_PATH but it showed out that I only had added esql and the other subdirs.
Meanwhile I found another solution by combining some other bugreports:
Issue before configure:
IFX_LIBDIR="-L$INFORMIXDIR/lib -L$INFORMIXDIR/lib/esql"
IFX_INCDIR="$INFORMIXDIR/incl/esql"
IFX_LIBS="-lgen -lgls -lm -ldl -lifsql -lifasf
-lifgen -lifos -lifgls -lifglx
$INFORMIXDIR/lib/esql/checkapi.o "
export IFX_LIBDIR IFX_INCDIR IFX_LIBS
create a backup directory in $INFORMIXDIR/lib/esql and move the following files from $INFORMIXDIR/lib/esql to the backup dir:
libifgen.so libifgls.so libifglx.so libifos.so libifsql.so
This way your sure libtool (or whatever) uses the static .a libs instead.
Maybe an "--enable-informix-static" switch would be great.
Run:
./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
---------------------------------------------------------------------------
[2000-11-20 10:58:45] kir <email protected>
status->feedback
---------------------------------------------------------------------------
[2000-11-20 10:08:17] kir <email protected>
Supposing that getsesenv symbol relates to Informix,
try this before starting Apache:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql
export LD_LIBRARY_PATH
apachectl configtest
Hope, this helps
KIR
---------------------------------------------------------------------------
[2000-11-20 09:53:56] thomas <email protected>
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
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online.
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: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7795 Updated: Duplicate symbol gdImageColorResolve"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #7712 Updated: Problem with DSO and Apache -- occurs in upgrade from 4.0.3 to 4.0.3pl1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

