On 09/15/2011 05:53 AM, Smith, Mitchell wrote:
> hi,
>
> the with-my-sql was a typo in the email.
>
> I have corrected the path to mysql then saw an error relating to
> mysql needing the zlib library so my ./configure now is:
>
> ./configure --with-mysql=/usr/bin/mysql
> --with-a
CCing the list
-- Forwarded message --
From: Ferenc Kovacs
Date: Thu, Sep 15, 2011 at 3:56 PM
Subject: Re: [PHP-INSTALL] libphp5.so missing after compile php5.3.8
To: "Smith, Mitchell"
http://www.php.net/manual/en/mysqlnd.overview.php
mysqlnd is a replacement for lib
the relevant part is: /usr/bin/ld: cannot find -lmysqlclient_r
you could try with --with-mysql=mysqlnd
or install the libmysql development files from your distributor
(libmysqlclient-dev package on debian/ubuntu)
On Thu, Sep 15, 2011 at 2:53 PM, Smith, Mitchell wrote:
> hi,
> the with-my-sql wa
hi,
the with-my-sql was a typo in the email.
I have corrected the path to mysql then saw an error relating to mysql
needing the zlib library so my ./configure now is:
./configure --with-mysql=/usr/bin/mysql
> --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/php
> --with-zlib-
>>>configure: error: Cannot find MySQL header files under yes.
>>>Note that the MySQL client library is not bundled anymore!
>
> you should fix it at first,and then compile it right.
I'm surprised that it even tries to build mysql when --with-my-sql is
passed to configure instead of --with-mysql
在 2011-09-15四的 11:53 +0100,Smith, Mitchell写道:
> H,
>
>
> yes, apxs does exist in this location.
>
>
> below is the output of ./configure --prefix /usr/local/php
> --with-my-sql --with-apxs2=/usr/local/apache2/bin/apxs
>
>
>
>
> loading cache ./config.cache
>
在 2011-09-15四的 10:23 +0100,Smith, Mitchell写道:
> Hi,
>
>
> that returns no files, i have tried in the src folder, the installed
> dir, and for the full system directory structure.
> [root@CWICISRH014 php]# find . -name "libphp*.so"
> [root@CWICISRH014 php]# cd /usr/local/src/php-5.3.8/
> [root@CWI
Hi,
that returns no files, i have tried in the src folder, the installed dir,
and for the full system directory structure.
[root@CWICISRH014 php]# find . -name "libphp*.so"
[root@CWICISRH014 php]# cd /usr/local/src/php-5.3.8/
[root@CWICISRH014 php-5.3.8]# find . -name "libphp*.so"
[root@CWICISRH01
在 2011-09-14三的 19:27 +0100,Smith, Mitchell写道:
> hi,
>
>
> I am trying to install PHP and Apache2, however when i execute make
> install for php, the required libphp.so file does not appear to be
> compiled/created.
>
>
> After extracting the PHP 5.3.8 (tar.gz)
>
>
> # export CFLAGS=-O2
> # ./
hi,
I am trying to install PHP and Apache2, however when i execute make install
for php, the required libphp.so file does not appear to be compiled/created.
After extracting the PHP 5.3.8 (tar.gz)
# export CFLAGS=-O2
# ./configure --prefix /usr/local/php --with-my-sql -
-with-apxs2=/usr/local/ap
On Sep 19, 2007, at 15:07:55, Adam Lewis wrote:
I'm having a strange problem with PHP. I'm using source versions
of apache 2.2.6 and php 5.2.4.
Both compiled fine. Here is how I compiled them...
__SNIP__
/configure –enable-ssl=shared –prefix=/usr/local/apache-04172007 –
enable-mods-shar
I'm having a strange problem with PHP. I'm using source versions of
apache 2.2.6 and php 5.2.4.
Both compiled fine. Here is how I compiled them...
__SNIP__
/configure –enable-ssl=shared –prefix=/usr/local/apache-04172007
–enable-mods-shared=all
__SNIP__
and php
__SNIP__
./configure –wi
On Fri, 15 Jun 2007, Michael Richter wrote:
To: [email protected]
From: Michael Richter <[EMAIL PROTECTED]>
Subject: [PHP-INSTALL] libphp5.so won't be created
Does someone know how to get this working and create libphp5.so ?
My configure command looks like this:
&
Hi,
I upgraded to Fedora 7 and had to install PHP again.
"./configure" worked without problems but "make" said:
[...] -o libphp5.la
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** Warning: libtool could n
Hi,
I'm having trouble completing the installation of PHP5 with Apache2. The
installation seems to go ok, but when I try to start up Apache:
apache2ctl -f /usr/local/apache2/conf/httpd.conf
I get the following error message:
API module structure `php5_module' in file /usr/local/apache2/modules/
: Causevic, Dzenan
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 28, 2006
9:39 AM
To: [email protected]
Subject: [PHP-INSTALL] libphp5.so
missing from v5.1.6
I downloaded 5.1.6 version and try to install it with my
Apache HTTP 2.2, and it went smooth, however when I tried to run HTTP
I downloaded 5.1.6 version and try to install it with my
Apache HTTP 2.2, and it went smooth, however when I tried to run HTTP after the
installation I couldn’t cos the error message said libphp5.so was
missing.
I did go to the modules directory of HTTP apache and it was
really missing the
Im trying to install PHP 5.0.4 with with Apache 2.0.54 on a Tru64 machine.
Apache 2.0.54 config
./configure \
--with-prefix=/usr/local/apache2 \
--enable-so \
--enable-module=so \
--disable-imap \
--with-mpm=prefork \
--enable-rewrite \
--enable-ssl \
--with-ssl=/usr/local
Also, if it can't find your httpd.conf it wont install the libphp5.so
... check the output of make install for errors
> Did you include the following line in your ./configure?
>
> --with-apxs2=/usr/local/apache2/bin/apxs
>
> You will probably need to alter that value based on the actual location
Hulya Gurer wrote:
Hi,
I have installed php5 but there is no libphp5.so module installed on
apache/modules directory at all.
Anyone has any idea what might be the reason? I didn't get any error
messages, after the installation
completed?
Thanks much,
Hulya
Did you include the following line in
Hi,
I have installed php5 but there is no libphp5.so module installed on
apache/modules directory at all.
Anyone has any idea what might be the reason? I didn't get any error
messages, after the installation
completed?
Thanks much,
Hulya
On Sat, 2004-11-27 at 14:44, it clown wrote:
> hi all
>
> i have installed php and i read i need to add loadmodule
> php5_module modules/libphp5.so in httpd.conf but the
> problem is there is no libphp5.so file. Why was this not
> compiled?please help, thanks
>
What were your configure options?
hi all
i have installed php and i read i need to add loadmodule
php5_module modules/libphp5.so in httpd.conf but the
problem is there is no libphp5.so file. Why was this not
compiled?please help, thanks
Regards
_
For super low pr
On Mon, 2004-11-22 at 20:28, Paul Porter wrote:
> Hi,
>
> I am trying to do a PHP 5.02 compile and install on a Debian Linux
> system running Apache 1.3.31-7. For some reason the libphp5.so file is
> not being created. I am not getting any errors when running configure or
> make install. Is there
Hi,
I am trying to do a PHP 5.02 compile and install on a Debian Linux
system running Apache 1.3.31-7. For some reason the libphp5.so file is
not being created. I am not getting any errors when running configure or
make install. Is there something that I am missing?
Here is the configure command
Hi,
Not sure if this problem is related to the 64-bit FC2 OS + PHP-5.0.2 or not
as I have had no problems with the same versions on a 32-bit platform.
Initially libphp5.so was not being created, I then discovered bug
http://bugs.php.net/bug.php?id=27795 , in particular I needed to modify
libtool
26 matches
Mail list logo