Re: [PHP] libphp4.so not created on upgrade

2005-01-12 Thread Rasmus Lerdorf
heath boutwell wrote:
--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
Well, what is created?  Do you get a .libs/libphp4 file with no 
extension?  If so, you can either just rename that to .libs/libphp4.so 
or run libtoolize --force and re-run ./configure

-Rasmus

Still no libphp4.so created by make install.
Here is results from libtoolize --force
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Here are the files created by make install:
Installing PHP SAPI module:   cgi
Installing PHP CGI into: /usr/bin/
Installing shared extensions: /usr/lib/php4/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:  /usr/lib/php4/php/
[PEAR] Archive_Tar- already installed: 1.2
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR   - already installed: 1.3.2
Wrote PEAR system config file at: /usr/etc/pear.conf
You may want to add: /usr/lib/php4/php to your php.ini include_path
[PEAR] DB - already installed: 1.6.8
[PEAR] HTTP   - already installed: 1.3.3
[PEAR] Mail   - already installed: 1.1.4
[PEAR] Net_SMTP   - already installed: 1.2.6
[PEAR] Net_Socket - already installed: 1.0.2
[PEAR] XML_Parser - already installed: 1.2.1
[PEAR] XML_RPC- already installed: 1.1.0
Installing build environment: /usr/lib/php/build/
Installing header files:  /usr/include/php/
Installing helper programs:   /usr/bin/
  program: phpize
  program: php-config
  program: phpextdist
  
  
I get no errors in the make/make test/make install stages.  Why isn't libphp4.so created?  It also
seems bizarre that I am the only person that has encountered this.
Because you built the CGI version as it says.  You need to use the 
--with-apxs configure switch to build the Apache SAPI.

-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] libphp4.so not created on upgrade

2005-01-11 Thread heath boutwell

--- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> Well, what is created?  Do you get a .libs/libphp4 file with no 
> extension?  If so, you can either just rename that to .libs/libphp4.so 
> or run libtoolize --force and re-run ./configure
> 
> -Rasmus
> 

Still no libphp4.so created by make install.

Here is results from libtoolize --force
Using `AC_PROG_RANLIB' is rendered obsolete by `AM_PROG_LIBTOOL'
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.

Here are the files created by make install:
Installing PHP SAPI module:   cgi
Installing PHP CGI into: /usr/bin/
Installing shared extensions: 
/usr/lib/php4/extensions/no-debug-non-zts-20020429/
Installing PEAR environment:  /usr/lib/php4/php/
[PEAR] Archive_Tar- already installed: 1.2
[PEAR] Console_Getopt - already installed: 1.2
[PEAR] PEAR   - already installed: 1.3.2
Wrote PEAR system config file at: /usr/etc/pear.conf
You may want to add: /usr/lib/php4/php to your php.ini include_path
[PEAR] DB - already installed: 1.6.8
[PEAR] HTTP   - already installed: 1.3.3
[PEAR] Mail   - already installed: 1.1.4
[PEAR] Net_SMTP   - already installed: 1.2.6
[PEAR] Net_Socket - already installed: 1.0.2
[PEAR] XML_Parser - already installed: 1.2.1
[PEAR] XML_RPC- already installed: 1.1.0
Installing build environment: /usr/lib/php/build/
Installing header files:  /usr/include/php/
Installing helper programs:   /usr/bin/
  program: phpize
  program: php-config
  program: phpextdist
  
  
I get no errors in the make/make test/make install stages.  Why isn't 
libphp4.so created?  It also
seems bizarre that I am the only person that has encountered this.

Thanks.



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] libphp4.so not created on upgrade

2005-01-09 Thread Rasmus Lerdorf
heath boutwell wrote:
Upgrading to 4.3.10, Make, make test and make install work with no errors.
Using same configure options I used to install 4.3.8:
./configure --prefix=/usr --with-apx=/usr/local/apache/bin/apxs
--libdir=/usr/lib/php4 --datadir=/usr/share/php
--with-sybase-ct=/usr/local/freetds --with-config-file-path=/etc
--enable-inline-optimization --enable-magic-quotes  --enable-track-vars
--enable-memory-limit --enable-bcmath --enable-sigchild
--with-openssl--enable-sysvsem=shared --enable-sysvshm=shared
--enable-shmop=shared  --with-unixODBC=shared --with-mysql=shared,/usr
--with-gettext=shared --enable-sockets=shared --with-curl=/usr/include/curl
--enable-posix=shared  --with-zlib --with-mm
/usr/local/apache/bin/httpd -l
Compiled-in modules:
  http_core.c
  mod_so.c
suexec: enabled; valid wrapper /usr/local/apache/bin/suexec
I've also tried make clean and deleting the old libphp4.so as well as deleting 
config.cache.  I've
googled for anyone else having this problem and its only encountered when make 
failed.
Well, what is created?  Do you get a .libs/libphp4 file with no 
extension?  If so, you can either just rename that to .libs/libphp4.so 
or run libtoolize --force and re-run ./configure

-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] libphp4.so not created on upgrade

2005-01-09 Thread heath boutwell
Upgrading to 4.3.10, Make, make test and make install work with no errors.

Using same configure options I used to install 4.3.8:

./configure --prefix=/usr --with-apx=/usr/local/apache/bin/apxs
--libdir=/usr/lib/php4 --datadir=/usr/share/php
--with-sybase-ct=/usr/local/freetds --with-config-file-path=/etc
--enable-inline-optimization --enable-magic-quotes  --enable-track-vars
--enable-memory-limit --enable-bcmath --enable-sigchild
--with-openssl--enable-sysvsem=shared --enable-sysvshm=shared
--enable-shmop=shared  --with-unixODBC=shared --with-mysql=shared,/usr
--with-gettext=shared --enable-sockets=shared --with-curl=/usr/include/curl
--enable-posix=shared  --with-zlib --with-mm

/usr/local/apache/bin/httpd -l
Compiled-in modules:
  http_core.c
  mod_so.c
suexec: enabled; valid wrapper /usr/local/apache/bin/suexec

I've also tried make clean and deleting the old libphp4.so as well as deleting 
config.cache.  I've
googled for anyone else having this problem and its only encountered when make 
failed.

Make returns no errors but the file isn't generated and make install output 
doesn't list it as a
created file.

Any ideas?

Thanks.
 



__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] libphp4.so for Roxen

2004-01-22 Thread Thomas Svenson
Dan Egli wrote:
> Except that a lot of software, including the Webmail system I
> have(SquirrelMail), requires "mod_php". If it was a simple decision
> I'd say "oh well". But the fact is that I have several pieces of
> software that require mod_php.  If it is not currently safe to run
> PHP as Roxen module, any know when it WILL be safe?

I would say you have two options then. Instead of SquirrelMail you can use
IMHO, http://www.lysator.liu.se/~stewa/IMHO/, which is a Roxen Webmail
(developed by one of the Roxen developers). It's very good, but reports say
it is quite memory hungry.

The other option, which I would prefer myself, is to run Apache/PHP on the
server too. Then you can simply let Roxen wrap pages served by Apache. That
way it will still "look" like it is one site, but you will be able to take
full advantage of both Apache/PHP and Roxen. We did that at Roxen for RT2
for example, works just fine.

If the reports about memory use by IMHO is true, the option to run a
separate Apache could even mean a smaller memory footprint.

Regards,
/Thomas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] libphp4.so for Roxen

2004-01-13 Thread Dan Egli
Hi Dan,

It is not recommended to run PHP as a module with Roxen. Due to some
incompatibility PHP can kill Roxen for you.
Running it as CGI works fine though.

/Thomas

Except that a lot of software, including the Webmail system I 
have(SquirrelMail), requires "mod_php". If it was a simple decision I'd 
say "oh well". But the fact is that I have several pieces of software 
that require mod_php.  If it is not currently safe to run PHP as Roxen 
module, any know when it WILL be safe?

--- Dan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] libphp4.so for Roxen

2004-01-13 Thread Thomas Svenson
Dan Egli wrote:
> Hey folks. I'm new to the list and am hoping someone can help me out
> here. I use Roxen Challenger as my web server. I'd like to get PHP
> functionality like mod_php for apache. I downloaded the 4.2.2 tarball
> that my Linux distro uses (RedHat 9) and compiled it. It seemed to
> compile fine but the make install script tried to copy libphp4.so to
> the roxen directory and the make died because said file does not
> exist.
>
> Anyone here who can help me out in getting a mod_php equivalant for
> Roxen? Do not say I should go back to Apache because that server has
> been nothing but one head ache after another. That's why I switched
> in the first place.

Hi Dan,

It is not recommended to run PHP as a module with Roxen. Due to some
incompatibility PHP can kill Roxen for you.

Running it as CGI works fine though.

/Thomas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] libphp4.so for Roxen

2004-01-13 Thread Dan Egli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey folks. I'm new to the list and am hoping someone can help me out
here. I use Roxen Challenger as my web server. I'd like to get PHP
functionality like mod_php for apache. I downloaded the 4.2.2 tarball
that my Linux distro uses (RedHat 9) and compiled it. It seemed to
compile fine but the make install script tried to copy libphp4.so to the
roxen directory and the make died because said file does not exist.
Anyone here who can help me out in getting a mod_php equivalant for
Roxen? Do not say I should go back to Apache because that server has
been nothing but one head ache after another. That's why I switched in
the first place.
Thanks!
- --- Dan
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFABGfctwT22Jak4/4RAhVxAJ903ElNa932nJb0L5iL644HbaLvJQCdE3+o
gNJzGfhAgiHKnnda5/2i1iY=
=4L47
-END PGP SIGNATURE-
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] libphp4.so

2003-06-06 Thread Ryan Vennell
ok, when i compile php i dont get libphp4.so.  i'm not a linux Newb or anything but 
i'm not an extremely advanced user either so any help would be useful...  i cant 
exactly run apache w/ php w/out this module.  thanks for any help any of you can give 
me.  

Redhat 8/apache2 (ugh @ both)

-Ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] libphp4.so

2002-07-28 Thread Peter

howdy,

i've got it all configured correctly .. well it doesn't spit any errors out
on make
but when i got to view a web page it opens a down load box ..so i added this

LoadModule php4_modulelibexec/libphp4.so

to httpd.conf as per the manual and restarted apache but it didn't start
saying it couldn't find libphp.so which leads me to my question .. that file
is created automatically correct?

i havent been able to find that file on my machine any where.. so i can't
point it to another location ... any one got any ideas what i should do as i
have not seen any info any where that will direct me in this situation...


Cheers

Peter
"the only dumb question is the one that wasn't asked"



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] libphp4.so...

2001-09-12 Thread Fernando M Hildebrand

Once I´ve installed php (DSO), and try to restart apache I´ve get:

libexec/libphp4.so : unresolved symbol :uncompress
apache could not be started
(something like this)
Does anyone can help?

Thanks
Fernando
[EMAIL PROTECTED]



-- 
PHP General 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] libphp4.so loading problem

2001-05-05 Thread Wolfgang Ebneter

Hi list,

i've compiled php-4.0.4pl1 with ldap support. It compiled nice and clean. A 
"make install" put the lib in apache's libexec directory. When I start apache 
I get the following : cannot load .../libphp4.so into server undefined symbol 
: ldap_value_free
I checked the ldap.c file and found multiple references to ldap_value_free 
but did not find any declaration of the function. 
How should I proceed to get a working libphp4.so ?

I've got openldap-1.2.11
apache-1.2.19

Thanks for your help

Wolfgang

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