php-install Digest 7 May 2001 12:36:13 -0000 Issue 296

Topics (messages 3043 through 3050):

Cant't not Start Apache with PHP.
        3043 by: Pablo Sabatino

gdlib problems
        3044 by: phool
        3045 by: Philip Snyder
        3046 by: phool
        3047 by: Philip Snyder
        3048 by: phool
        3049 by: phool

php4+oracle+mysql
        3050 by: rbe

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


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


Hello!!
I try install php-4.0.3pl1 on Solaris 2.7 and Apache 1.3.14 .
I can complete the installation without a error.
But When I start the apache (httpd start) I got the error in below:

wmail01# /usr/local/apache/bin >./apachectl start
Syntax error on line 207 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 ldap_unbind_s: referenced symbol not found
./apachectl start: httpd could not be started
wmail01# /usr/local/apache/bin >


Please, help me!!
How can resolve it ???



wmail01# /usr/local/apache/bin >./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_so.c
  mod_setenvif.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec
wmail01# /usr/local/apache/bin >


Thanks, pablo.




this is the configure string im trying to do:

./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
cal/lib/ --with-jpeg-dir=/usr/local/bin/



i get this error on configure:

checking whether to enable truetype string function in gd... no
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... no
configure: warning: If configure fails try --with-xpm-dir=<DIR>
checking whether to include GD support... configure: error: Unable to find
libgd.(a|so) anywhere under /usr/local/lib/


First off, why is it saying im not enabling truetype string function in gd?
You can see I'm using enable-gd-imgstrttf  in my configure line.

Also, its saying it can't find libgd in /usr/local/lib/ but its there?

any tips in the right direction would be appreciated







If you check the online documentation you will see many people making
comments about this.

your --with-gd SHOULD be =/usr/local

-Philip

-----Original Message-----
From: phool [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 5:58 AM
To: [EMAIL PROTECTED]
Subject: [PHP-INST] gdlib problems


this is the configure string im trying to do:

./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
cal/lib/ --with-jpeg-dir=/usr/local/bin/



i get this error on configure:

checking whether to enable truetype string function in gd... no
checking for libjpeg (needed by gd-1.8+)... yes
checking for jpeg_read_header in -ljpeg... yes
checking for libXpm (needed by gd-1.8+)... no
configure: warning: If configure fails try --with-xpm-dir=<DIR>
checking whether to include GD support... configure: error: Unable to find
libgd.(a|so) anywhere under /usr/local/lib/


First off, why is it saying im not enabling truetype string function in gd?
You can see I'm using enable-gd-imgstrttf  in my configure line.

Also, its saying it can't find libgd in /usr/local/lib/ but its there?

any tips in the right direction would be appreciated




-- 
PHP Install 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]




ok great thank you, that let me compile without an error..

but now ive got it up and going, my phpinfo() only shows:

      Configure Command './configure' '--with-mysql'


why would this be?

"Philip Snyder" <[EMAIL PROTECTED]> wrote in message
1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange...
> If you check the online documentation you will see many people making
> comments about this.
>
> your --with-gd SHOULD be =/usr/local
>
> -Philip
>
> -----Original Message-----
> From: phool [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 5:58 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] gdlib problems
>
>
> this is the configure string im trying to do:
>
>
./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
>
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
>
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
> cal/lib/ --with-jpeg-dir=/usr/local/bin/
>
>
>
> i get this error on configure:
>
> checking whether to enable truetype string function in gd... no
> checking for libjpeg (needed by gd-1.8+)... yes
> checking for jpeg_read_header in -ljpeg... yes
> checking for libXpm (needed by gd-1.8+)... no
> configure: warning: If configure fails try --with-xpm-dir=<DIR>
> checking whether to include GD support... configure: error: Unable to find
> libgd.(a|so) anywhere under /usr/local/lib/
>
>
> First off, why is it saying im not enabling truetype string function in
gd?
> You can see I'm using enable-gd-imgstrttf  in my configure line.
>
> Also, its saying it can't find libgd in /usr/local/lib/ but its there?
>
> any tips in the right direction would be appreciated
>
>
>
>
> --
> PHP Install 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]
>
> --
> PHP Install 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]
>






Can you tell us what the configure command you really typed in was...?
thanks.

-Philip

-----Original Message-----
From: phool [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 07, 2001 6:28 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] gdlib problems


ok great thank you, that let me compile without an error..

but now ive got it up and going, my phpinfo() only shows:

      Configure Command './configure' '--with-mysql'


why would this be?

"Philip Snyder" <[EMAIL PROTECTED]> wrote in message
1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange...
> If you check the online documentation you will see many people making
> comments about this.
>
> your --with-gd SHOULD be =/usr/local
>
> -Philip
>
> -----Original Message-----
> From: phool [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 5:58 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] gdlib problems
>
>
> this is the configure string im trying to do:
>
>
./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
>
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
>
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
> cal/lib/ --with-jpeg-dir=/usr/local/bin/
>
>
>
> i get this error on configure:
>
> checking whether to enable truetype string function in gd... no
> checking for libjpeg (needed by gd-1.8+)... yes
> checking for jpeg_read_header in -ljpeg... yes
> checking for libXpm (needed by gd-1.8+)... no
> configure: warning: If configure fails try --with-xpm-dir=<DIR>
> checking whether to include GD support... configure: error: Unable to find
> libgd.(a|so) anywhere under /usr/local/lib/
>
>
> First off, why is it saying im not enabling truetype string function in
gd?
> You can see I'm using enable-gd-imgstrttf  in my configure line.
>
> Also, its saying it can't find libgd in /usr/local/lib/ but its there?
>
> any tips in the right direction would be appreciated
>
>
>
>
> --
> PHP Install 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]
>
> --
> PHP Install 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]
>



-- 
PHP Install 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]




./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
cal/ --with-jpeg-dir=/usr/local/bin/ --wth-zlib

 thats why i don't understand why its doing that

"Philip Snyder" <[EMAIL PROTECTED]> wrote in message
1FE58DA3D740D411BCBD00D0B774C1468AA81C@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81C@exchange...
> Can you tell us what the configure command you really typed in was...?
> thanks.
>
> -Philip
>
> -----Original Message-----
> From: phool [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 6:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] gdlib problems
>
>
> ok great thank you, that let me compile without an error..
>
> but now ive got it up and going, my phpinfo() only shows:
>
>       Configure Command './configure' '--with-mysql'
>
>
> why would this be?
>
> "Philip Snyder" <[EMAIL PROTECTED]> wrote in message
> 1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange...
> > If you check the online documentation you will see many people making
> > comments about this.
> >
> > your --with-gd SHOULD be =/usr/local
> >
> > -Philip
> >
> > -----Original Message-----
> > From: phool [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 07, 2001 5:58 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-INST] gdlib problems
> >
> >
> > this is the configure string im trying to do:
> >
> >
>
./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
> >
>
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
> >
>
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
> > cal/lib/ --with-jpeg-dir=/usr/local/bin/
> >
> >
> >
> > i get this error on configure:
> >
> > checking whether to enable truetype string function in gd... no
> > checking for libjpeg (needed by gd-1.8+)... yes
> > checking for jpeg_read_header in -ljpeg... yes
> > checking for libXpm (needed by gd-1.8+)... no
> > configure: warning: If configure fails try --with-xpm-dir=<DIR>
> > checking whether to include GD support... configure: error: Unable to
find
> > libgd.(a|so) anywhere under /usr/local/lib/
> >
> >
> > First off, why is it saying im not enabling truetype string function in
> gd?
> > You can see I'm using enable-gd-imgstrttf  in my configure line.
> >
> > Also, its saying it can't find libgd in /usr/local/lib/ but its there?
> >
> > any tips in the right direction would be appreciated
> >
> >
> >
> >
> > --
> > PHP Install 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]
> >
> > --
> > PHP Install 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]
> >
>
>
>
> --
> PHP Install 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]
>
> --
> PHP Install 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]
>






ok well i just noticed something thats related to my problem:
with php info() besides it just showing the --with-mysql option, its also
showing a build date of last week, the first time i built it on this server.

what do i need to do to make the new build take effect?



""phool"" <[EMAIL PROTECTED]> wrote in message
9d5250$noo$[EMAIL PROTECTED]">news:9d5250$noo$[EMAIL PROTECTED]...
>
./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
>
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
>
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
> cal/ --with-jpeg-dir=/usr/local/bin/ --wth-zlib
>
>  thats why i don't understand why its doing that
>
> "Philip Snyder" <[EMAIL PROTECTED]> wrote in message
> 1FE58DA3D740D411BCBD00D0B774C1468AA81C@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81C@exchange...
> > Can you tell us what the configure command you really typed in was...?
> > thanks.
> >
> > -Philip
> >
> > -----Original Message-----
> > From: phool [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, May 07, 2001 6:28 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP-INST] gdlib problems
> >
> >
> > ok great thank you, that let me compile without an error..
> >
> > but now ive got it up and going, my phpinfo() only shows:
> >
> >       Configure Command './configure' '--with-mysql'
> >
> >
> > why would this be?
> >
> > "Philip Snyder" <[EMAIL PROTECTED]> wrote in message
> > 1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange">news:1FE58DA3D740D411BCBD00D0B774C1468AA81B@exchange...
> > > If you check the online documentation you will see many people making
> > > comments about this.
> > >
> > > your --with-gd SHOULD be =/usr/local
> > >
> > > -Philip
> > >
> > > -----Original Message-----
> > > From: phool [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, May 07, 2001 5:58 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: [PHP-INST] gdlib problems
> > >
> > >
> > > this is the configure string im trying to do:
> > >
> > >
> >
>
./configure --with-mysql=/usr/local/mysql --enable-track-vars --enable-gd-im
> > >
> >
>
gstrttf --with-xml --with-apache="../apache_1.3.19" --with-t1lib=/usr/local/
> > >
> >
>
lib/ --with-ttf=/usr/local/lib/include/freetype/freetype2/ --with-gd=/usr/lo
> > > cal/lib/ --with-jpeg-dir=/usr/local/bin/
> > >
> > >
> > >
> > > i get this error on configure:
> > >
> > > checking whether to enable truetype string function in gd... no
> > > checking for libjpeg (needed by gd-1.8+)... yes
> > > checking for jpeg_read_header in -ljpeg... yes
> > > checking for libXpm (needed by gd-1.8+)... no
> > > configure: warning: If configure fails try --with-xpm-dir=<DIR>
> > > checking whether to include GD support... configure: error: Unable to
> find
> > > libgd.(a|so) anywhere under /usr/local/lib/
> > >
> > >
> > > First off, why is it saying im not enabling truetype string function
in
> > gd?
> > > You can see I'm using enable-gd-imgstrttf  in my configure line.
> > >
> > > Also, its saying it can't find libgd in /usr/local/lib/ but its there?
> > >
> > > any tips in the right direction would be appreciated
> > >
> > >
> > >
> > >
> > > --
> > > PHP Install 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]
> > >
> > > --
> > > PHP Install 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]
> > >
> >
> >
> >
> > --
> > PHP Install 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]
> >
> > --
> > PHP Install 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]
> >
>
>
>
> --
> PHP Install 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]
>






Hello!
I have to SUN Solaris machines.
At the one machine i have installed Oracle 8i and MySQL Databases.
On the other machine i want to install Apache and PHP4 (cgi-version).
Now i have the following problem.
How can i tell the configure program that the location of the databases is
on the other machine?
If i type configure -with-oracle -with-mysql i get the error that the oracle
libs can't find  and the configure program doesn't create a makefile.
If i write configure without any option i get a makefile and can install
php.
Can i tell PHP after the installation that i want to use databases there are
located on remote machines?

Ralf




Reply via email to