php-install Digest 9 Oct 2001 21:05:53 -0000 Issue 498

Topics (messages 4557 through 4576):

recompiling php -> apache doesn't start anymore and nowhere are errors...
        4557 by: blinky

Re: recompiling php -> apache doesn't start anymore and nowhere are
        4558 by: Rudy Ramirez
        4559 by: blinky

Re: recompiling php -> apache doesn't start anymore
        4560 by: Rudy Ramirez
        4561 by: blinky

PHP with ORACLE
        4562 by: Luis Castro
        4564 by: Luis Castro
        4565 by: B. PERRINE
        4567 by: Postill, Robert
        4568 by: Rudy Ramirez

Re: swf + solaris
        4563 by: Luis Castro

Cant configure with gettext libs
        4566 by: Xavier

php as cgi binary install on solaris 8 ?
        4569 by: Laurent Raynal

GET MOVIN!!
        4570 by: Real_Cash.wealth_only.au ()

troubles starting apache... with php 4.0.6
        4571 by: Walter Karpf

PHP over RedHat L. 7.0
        4572 by: Julius Barber (La Prensa)

PHP on Domino...
        4573 by: Carlos Augusto Abarca

Apache + PHP + Imap
        4574 by: Ronan Lucio

Need help with NSAPI on Solaris - crashes server
        4575 by: Sloey, James

GD 2.0.1 DLL
        4576 by: Jonathan Hilgeman

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]


----------------------------------------------------------------------
--- Begin Message ---
hi guys!

i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 .

i justed upgraded to apache v1.3.20. everything worked well with the old - already 
installed - php-modules.
now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and after a 'make 
install' my apache doesn't want to run anymore.

if i re-install the old php4-module (cp libphp4.so.backup libphp4.so) everything works 
well again.

the problem is that there is no error-output. nothing written to console and nothing 
in the error-logfile :-(
i don't have any idea how i can figure out where/what the problem is. any ideas?

thank you :-)


-
blinky

--- End Message ---
--- Begin Message ---
Blinky wrote:
> hi guys!
> 
> i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 .
> 
> i justed upgraded to apache v1.3.20. everything worked well with the old - already 
>installed - php-modules.
> now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and after a 'make 
>install' my apache doesn't want to run anymore.

Probably it goes segmentation fault because of PHP3.
Try the configure option --with-apxs

Bye

--- End Message ---
--- Begin Message ---
> Blinky wrote:
>> hi guys!
>>
>> i runned apache v1.3.14 with php 3.0.18 and php 4.0.4pl1 .
>>
>> i justed upgraded to apache v1.3.20. everything worked well with the old
>> - already installed - php-modules.
>> now i wanted to update php v4.0.4pl1 to v4.0.6. it compiled well and
>> after a 'make install' my apache doesn't want to run anymore.

> Probably it goes segmentation fault because of PHP3.
> Try the configure option --with-apxs

i compiled it with  '--with-apxs' ...  :-(

-
blinky
--- End Message ---
--- Begin Message ---
Blinky wrote:
> i compiled it with  '--with-apxs' ...  :-(

ehm... with --with-apxs and --enable-versioning? :-]

Bye


--- End Message ---
--- Begin Message ---
> Blinky wrote:
>> i compiled it with  '--with-apxs' ...  :-(

> ehm... with --with-apxs and --enable-versioning? :-]

yes, both options ;-)

here's my line:

./configure --with-config-file-path=/etc --with-apxs=/usr/local/apache/bin/apxs 
--enable-ftp --with-mysql=/usr/local/mysql --with-dbase --enable-safe-mode 
--enable-track-vars --with-xml --enable-versioning --enable-sysvsem --enable-sysvshm


i also tried to remove some options (like dbase, xml)... didn't help :(

-
blinky
--- End Message ---
--- Begin Message ---
Dear php,
I am facing some problem while compiling PHP with ORACLE. I am using
unixware 7.0 I have
already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
oracle option (no problem present) and when restarting web server i get
following message:

Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: dynamic
linker : /
usr/local/apache/bin/httpd : error opening libclntsh.so.1.0

I have checked that libphp4.so exists in
/usr/local/apache/libexec/libphp4.so and libclntsh.so.1.0 exists in
/home/oracle/app/oracle/product/8.0.4.

please
help?? Please suggest, what should i do?????

----------
thanks and regards
Luis Castro
La Paz, Bolivia

[EMAIL PROTECTED]
[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
Dear php,
I am facing some problem while compiling PHP with ORACLE. I am using
unixware 7.0 I have
already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
oracle option (no problem present) and when restarting web server i get
following message:

Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: dynamic
linker : /
usr/local/apache/bin/httpd : error opening libclntsh.so.1.0

I have checked that libphp4.so exists in
/usr/local/apache/libexec/libphp4.so and libclntsh.so.1.0 exists in
/home/oracle/app/oracle/product/8.0.4.

please
help?? Please suggest, what should i do?????

----------
thanks and regards
Luis Castro
La Paz, Bolivia

[EMAIL PROTECTED]
[EMAIL PROTECTED]


--- End Message ---
--- Begin Message ---
I do not know Unixware 7.0 but it don't find the oracle library.
A dirty hack is to make a symbolic link in /usr/lib on libclntsh.so.1.0 

B.

le mar 09-10-2001 at 16:54 Luis Castro a écrit :
> Dear php,
> I am facing some problem while compiling PHP with ORACLE. I am using
> unixware 7.0 I have
> already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
> oracle option (no problem present) and when restarting web server i get
> following message:
> 
> Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libphp4.so into server: dynamic
> linker : /
> usr/local/apache/bin/httpd : error opening libclntsh.so.1.0
> 
> I have checked that libphp4.so exists in
> /usr/local/apache/libexec/libphp4.so and libclntsh.so.1.0 exists in
> /home/oracle/app/oracle/product/8.0.4.
> 
> please
> help?? Please suggest, what should i do?????
> 
> ----------
> thanks and regards
> Luis Castro
> La Paz, Bolivia
> 
> [EMAIL PROTECTED]
> [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]


--- End Message ---
--- Begin Message ---
I had something similar on Solaris not so long ago.  I had to set the
LD_LIBRARY_PATH variable in the shell to $ORACLE_HOME/lib if I remember
right.  As far as I know it (and I could be wrong) LD_LIBRARY_PATH is a
common unix variable for loading libs.  Although there is a ld.so.conf file
in linux that will distribute settings instance wide, perhaps you've got one
on unixware too?  If so I think it's better to set the ld.so.conf file. 

Robert.

-----Original Message-----
From: B. PERRINE [mailto:[EMAIL PROTECTED]]
Sent: 09 October 2001 16:13
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] PHP with ORACLE


I do not know Unixware 7.0 but it don't find the oracle library.
A dirty hack is to make a symbolic link in /usr/lib on libclntsh.so.1.0 

B.

le mar 09-10-2001 at 16:54 Luis Castro a écrit :
> Dear php,
> I am facing some problem while compiling PHP with ORACLE. I am using
> unixware 7.0 I have
> already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
> oracle option (no problem present) and when restarting web server i get
> following message:
> 
> Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libphp4.so into server: dynamic
> linker : /
> usr/local/apache/bin/httpd : error opening libclntsh.so.1.0
> 
> I have checked that libphp4.so exists in
> /usr/local/apache/libexec/libphp4.so and libclntsh.so.1.0 exists in
> /home/oracle/app/oracle/product/8.0.4.
> 
> please
> help?? Please suggest, what should i do?????
> 
> ----------
> thanks and regards
> Luis Castro
> La Paz, Bolivia
> 
> [EMAIL PROTECTED]
> [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]


FT Knowledge - World Business Education

www.ftknowledge.com

The information in this email is confidential and may be legally privileged. It is 
intended solely for the addressee. Access to this email by anyone else is 
unauthorised. If you are not the intended recipient, any disclosure, copying, 
distribution or any action taken or omitted to be taken in reliance on it, is 
prohibited and may be unlawful.  Nothing in this email is intended to create a legally 
binding relationship and FT Knowledge will not accept responsibility for loss to any 
person acting or refraining from acting as a result of this email.
--- End Message ---
--- Begin Message ---
Luis Castro wrote:
> Dear php,
> I am facing some problem while compiling PHP with ORACLE. I am using
> unixware 7.0 I have
> already installed Apache 1.3.14 and PHP 4.0.6. But after compile with
> oracle option (no problem present) and when restarting web server i get
> following message:
> 
> Syntax error on line 238 of /usr/local/apache/conf/httpd.conf:
> Cannot load /usr/local/apache/libexec/libphp4.so into server: dynamic
> linker : /
> usr/local/apache/bin/httpd : error opening libclntsh.so.1.0
> 
> I have checked that libphp4.so exists in
> /usr/local/apache/libexec/libphp4.so and libclntsh.so.1.0 exists in
> /home/oracle/app/oracle/product/8.0.4.
> 
> please
> help?? Please suggest, what should i do?????

Try the first, then the next one if it does not work...

1) Do ldconfig before restarting Apache.

2) Add the *full* path to libclntsh.so.1.0 (without its name :-) to 
/etc/ld.so.conf (ex: $ORACLE_HOME/lib). Do ldconfig again.

3) Modify /usr/local/apache/conf/httpd.conf and add
SetEnv ORACLE_HOME /opt...
and all the other "env | grep ORA" variables.

Bye

Rudy

--- End Message ---
--- Begin Message ---


Mika Tuupola wrote:

>         Is there anyway to have Shockwave Flash support to PHP
>         when using Solaris? The downloads for libswf.a at
>
>                 http://reality.sgi.com/grafica/flash/
>
>         only seem to include freebsd, irix and linux. Source
>         distribution anywhere?
>
> --
> Mika Tuupola                      http://www.appelsiini.net/~tuupola/

--- End Message ---
--- Begin Message ---
Hi,

I cant configure php 4.0.6 with gettext, here are some things I do :

I get the last gettext and configuring/compiling/installing fine with:
./configure --prefix=/usr

After I tried to configure PHP 4.0.6 (after 4.0CVS and it was the same
result) with this
command line:
./configure --with-imap --with-mysql  --with-apxs=/usr/local/apache/bin/apxs
--with-openssl --with-zlib --enable-ctype --enable-ftp --with-gd --enable-so
ckets
--enable-sysvsem --enable-sysvshm --enable-memory-limit --with-png-dir=/usr/
lib
--with-gettext

The error reproduces even if write --with-gettext=/usr or /usr/local
(depend on gettext installation/configuration)

My conf:
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4.1 (ok)

I was really disapointed with this problem and all my research were without
any solutions.

Ho i forget the errors, they are:

checking whether to include GNU gettext support... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: Unable to find required gettext library

I checked header of libintl and I find the function bindtextdomain...

Thanks, any clues are welcome ;)





--- End Message ---
--- Begin Message ---
Hi,

I need to set up php as a command line interpreter on a Solaris 8. I have
gcc on another machine so I made the install (without --apxs...) and it went
fine.

The problem is I don't know how to port the binaries from the dev machine to
the target machine. /usr/local/bin/php is obviously not enough. I would like
to do a static import of all the libraries used by php but I can't find the
configure option.

Thanks.


--- End Message ---
--- Begin Message ---
Below is the result of your feedback form.  It was submitted by
 ([EMAIL PROTECTED]) on Tuesday, October 9, 2001 at 13:09:43
---------------------------------------------------------------------------

message: 
In addition to the information you selected, we thought you might be Interested in the 
latested FREE LEADS RESIDUAL INCOME OFFER.    
 
One of our Sponsors has a Unique Home Business Lead Generation System and is offering 
Uniquely Qualified Leads to support a Residual Income Opportunity.
 
If interested in details, just respond here:  [EMAIL PROTECTED]
 
(Please include name, phone, and email, and the best time you can be reached.)
 
***********************************************************************************************
**If somehow your Form Submission is inaccurate; and you wish us to activate a filter 
to determine why you received this, then please email us here:  [EMAIL PROTECTED]






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

--- End Message ---
--- Begin Message ---
installing php4 did work well. but when i try to start apache with
php4-module, i recieve this error:

"Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
/usr/apache/bin
/httpd: fatal: relocation error: file /ust/apache/libexec/libphp4.so: symbol
uncompress: referenced symbol not fount"

when i run "ldd -d /usr/apache/libexec/libphp4.so", i got this messages:

symbol not found: uncompress (/usr/apache/libexec/libphp4.so)
symbol not found: compress (/usr/apache/libexec/libphp4.so)
symbol not found: ap_block_alarms (/usr/apache/libexec/libphp4.so)
symbol not found: ap_unblock_alarms (/usr/apache/libexec/libphp4.so)
symbol not found: ap_user_name (/usr/apache/libexec/libphp4.so)
symbol not found: ap_max_requests_per_child (/usr/apache/libexec/libphp4.so)
symbol not found: ap_server_root (/usr/apache/libexec/libphp4.so)
symbol not found: ap_user_id (/usr/apache/libexec/libphp4.so)
symbol not found: ap_group_id (/usr/apache/libexec/libphp4.so)
symbol not found: top_module (/usr/apache/libexec/libphp4.so)

i'm using solaris 8 release 10/01 on sun ultra-450 sparc, apache 1.3.20 with
openssl 0.9.2b, tried to run php 4.0.6

what can i do? which libraries do i need, where do i have to place them?
(maybe it's a trivial problem, but i'm almost new with linux, unix and
sun-machines...)

Walter Karpf
Vienna, Austria


--- End Message ---
--- Begin Message ---
Hello, I am new here, and I've installed php on
a computer with Red Hat Linux 7.0 on it, and I
cannot run the .php files from the browser, I
added the addtype to the conf file and nothing
can somebody help me please?

Julius Barber
[EMAIL PROTECTED]
Website Administration La Prensa
Tel: 553-3101 Ext 118
San Pedro Sula, Honduras




--- End Message ---
--- Begin Message ---
I´m new at installing PHP on a Lotus Domino Web server, and I haven´t been
able to find any documentation on the subject.

Can anybody please help me... is very urgent.

Thanks in advance.-

--
==============================
     CARLOS AUGUSTO ABARCA B.
               Web Design Engineer
       Seguros Bolivar - TBF Sistemas
             Bogotá D.C., Colombia

==============================



--- End Message ---
--- Begin Message ---
Hi,

I got install Apache + PHP by the standard way.

Now I supposed to install PHP with imap support to run a webmail.
So I did the follow steps:

cd apache_1.3.20
./configure
cd ../php-4.0.6
./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap
make
make install
cd ../apache_1.3.20
./configure --prefix=/usr/local/etc/apache \
-activate-module=src/modules/php4/libphp4.a

In this point, it give me a error when is´s compiling

-lpam -lcrypt -lm -lcrypt
/usr/local/lib/libc-client4.so: undefined reference to 'mm_expunged´
/usr/local/lib/libc-client4.so: undefined reference to 'mm_diskerror´
...
*** Error code 1
Stop in /usr/src/apache_1.3.20/src/helpers.

I have installed a FreeBSD-4.3 + imap-uw + Cucipop

Does anybody know tell me what I´m doing wrong?

Thank´s

Ronan

--- End Message ---
--- Begin Message ---
I'm running Solaris 7 with iPlanet 4.1SP2 and trying to use NSAPI. I used:
 
./configure --with-oci8=/u01/app/oracle/product/8.0.5 --enable-sigchild
--with-nsapi=/u01/app/netscape
 
As soon as the php4_init is called the server crashes. I went to the iPlanet
knowledge base and it says that pthreads can't be used with NSAPI.
 
When I tried to turn them off in configure ZEND blows up with:
 
Making all in Zend
/bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I.
-I../main
   -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DSUPPORT_
UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1  -pthreads -c
zend_language_scanne
r_cc.cc
In file included from zend_alloc.h:27,
                 from zend.h:135,
                 from zend_language_scanner_cc.cc:2661:
../TSRM/TSRM.h:83: type specifier omitted for parameter
../TSRM/TSRM.h:83: parse error before `*'
../TSRM/TSRM.h:101: syntax error before `('
../TSRM/TSRM.h:102: syntax error before `('
../TSRM/TSRM.h:103: `MUTEX_T' was not declared in this scope
../TSRM/TSRM.h:103: parse error before `)'
../TSRM/TSRM.h:104: `MUTEX_T' was not declared in this scope
../TSRM/TSRM.h:104: parse error before `)'
../TSRM/TSRM.h:105: `MUTEX_T' was not declared in this scope
../TSRM/TSRM.h:105: parse error before `)'
../TSRM/TSRM.h:107: `THREAD_T' was not declared in this scope
../TSRM/TSRM.h:107: parse error before `)'
../TSRM/TSRM.h:108: `THREAD_T' was not declared in this scope
../TSRM/TSRM.h:108: parse error before `)'
*** Error code 1
make: Fatal error: Command failed for target `zend_language_scanner_cc.lo'
Current working directory /export/home/jsloey/php-4.0.6/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'


 I'm clueless as this is my first php install. Any help would be
appreciated.
 
  _____  

 <mailto:[EMAIL PROTECTED]> Jim Sloey
2613 W. Henrietta Rd. 868 - 01H 
Rochester, New York 14623 U.S.A.
         <http://www.xerox.com> Xerox - eServices        
Phone: 716.427.4584 / 8*227.4584
Fax : 716.427.4196 / 8*227.4196
 
<mailto:[EMAIL PROTECTED]?subject=Please%20Call%20Me&cc=james.sloey%40usa
.xerox.com> Pager: 716.246.2604 / 9*246.2604
        
--- End Message ---
--- Begin Message ---
Does anyone have a GD 2.0.1 compiled extension for PHP in a Windows 32
environment?

- Jonathan


--- End Message ---

Reply via email to