Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199908

Re: [PHP3] & Informix SE From: Danny Heijl (Danny.Heijl <email protected>)
Date: 08/09/99

>I've compiled PHP3.0.11 with Apache 1.3.6 and Informix SE. It's all working
great
>but httpd will not start at boot, only after logging in. It's looking for
the
>shared Informix SQL library file libifsql.so which exists in the correct
>directory - I guess the path is not set when the machine boots - only when
I log
>in.

>Can somebody tell me where to set this? I guess it's the system path?

I guess your problem is solved by now, but anyway :

put the following in your httpd boot-time startup script :

INFORMIXDIR=where_you_installed_it; export INFORMIXDIR
PATH=$PATH:${INFORMIXDIR}/bin; export PATH

Danny.

---

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>