ID: 8753
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: Dynamic loading
Operating system: Linux
PHP Version: 4.0.4pl1
Description: Dynamic load library error

Sorry, I just forgot to write down phpsize, but I used it. 
There is a still same error, even in version 4.0.5, plus 
there is an error vhen stand-alone program finishing its 
executing, so changes are not writing in database (even if 
error - segmentation fault -  occurs after ibase_close 
function). That's why I still want to use older version.


Previous Comments:
---------------------------------------------------------------------------

[2001-06-19 09:55:46] [EMAIL PROTECTED]
And if you really want to have shared extensions, you can
compile them same time you compile main PHP by configuring like this:

--with-pgsql=shared

--Jani


---------------------------------------------------------------------------

[2001-06-19 09:54:53] [EMAIL PROTECTED]
You seem to be skipping one important step here: phpize
Try reading these instructions found in the package:

README.SELF-CONTAINED-EXTENSIONS

And exactly WHY do you want to do this? 
It's better to configure with everything in the first place..

Also, update to 4.0.5 as it has some fixes regarding this issue.

--Jani


---------------------------------------------------------------------------

[2001-06-15 02:05:12] [EMAIL PROTECTED]
how did I compile PHP?
# ./configure --enable-versioning --enable-track-vars 
--with-imap=/usr/local/src/imap-4.7 
--with-apxs=/usr/local/apache/bin/apxs
# make
# make install

and modul (for example pgsql):
# mkdir /tmp/newext
# cd /tmp/newext/
# cp -rp /usr/local/src/php-4.0.5/ext/pgsql/* .
# ./configure
# make install
# cd /usr/local/lib/php/extensions/
# cp no-debug-non-zts-20001222/pgsql.so .
# pico /usr/local/lib/php.ini // uncommenting 
extension=pgsql.so
# php

PHP Warning:  Invalid library (maybe not a PHP library) 
'pgsql.so'  in Unknown on line 0

Using RH7.1, PHP 4.0.5



---------------------------------------------------------------------------

[2001-06-14 16:37:28] [EMAIL PROTECTED]
How did you compile PHP ? What was the configure line used?


---------------------------------------------------------------------------

[2001-01-17 03:19:19] [EMAIL PROTECTED]
dl("interbase.so")

Invalid library (maybe not a PHP library) ínterbase.so˝

---------------------------------------------------------------------------

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=8753


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to