php-install Digest 11 Oct 2001 19:34:48 -0000 Issue 501

Topics (messages 4594 through 4603):

bad request error
        4594 by: rg

Mandrake + GD + PHP => httpd silent death
        4595 by: Richard Lynch
        4596 by: Paul Gardiner

Re: symbol __divdi3: referenced symbol not found
        4597 by: Hans Kind

Re: OCI libraries not installing
        4598 by: B. PERRINE

CGI error
        4599 by: Steve

Compilation problem in Apache
        4600 by: Ing. Gustavo Edelstein

Undefined symbols ....
        4601 by: Giles Duncan

Installing PHP on Linux Red Hat
        4602 by: Julius Barber (La Prensa)

2 server system ?
        4603 by: David Devidal

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 ---
besides my previous post....

when i try to run a php file i get this in the browser...

Bad Request

Your browser sent a request that this server could not understand.

Invalid URI in request GET /tests/test.php HTTP/1.0


does this shed any light on why my php isn't working on my linux system?

--- End Message ---
--- Begin Message ---
Mandrake 8.0
GD 2.0.mumble (4?)  Whatever was most recent last week when I downloaded...
PHP 4.0.6

./configure \
        --with-apxs=/usr/local/apache/bin/apxs \
        --with-mysql=/usr/local/mysql \
        --with-sybase-ct=/usr/local/freetds \
        --with-mssql \
        --with-gd \
        --with-jpeg-dir=/usr/local \
        --with-png-dir=/usr/local \
        --with-freetype-dir=/usr/local \
        --with-zlib

Everything goes okay until I do:

apachectl start

It *SAYS* httpd was started, but it ain't there in ps auxwwww | grep httpd

No error message.

Nothing in error_log

No core dump laying around.

Butt-kiss for information on what happened...

Works fine without the GD stuff...  Or at least, httpd starts and is 
running.  Didn't actually *DO* anything with it yet.

And I actually *need* the GD stuff this time.

Time is off the essence -- so a CC: to [EMAIL PROTECTED] and 
[EMAIL PROTECTED] would be much appreciated.
-- 
WARNING [EMAIL PROTECTED] email address is an endangered species
Use [EMAIL PROTECTED] instead
--- End Message ---
--- Begin Message ---
Hi Richard,

Don't no if it will help or not but when I compiled with gd I specified the
source directory.

i.e. --with-gd=path_to_gd_source

Worth a try ;o)

Regards,
- Paul -

----- Original Message -----
From: "Richard Lynch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 11, 2001 5:30 AM
Subject: [PHP-INST] Mandrake + GD + PHP => httpd silent death


> Mandrake 8.0
> GD 2.0.mumble (4?)  Whatever was most recent last week when I
downloaded...
> PHP 4.0.6
>
> ./configure \
> --with-apxs=/usr/local/apache/bin/apxs \
> --with-mysql=/usr/local/mysql \
> --with-sybase-ct=/usr/local/freetds \
> --with-mssql \
> --with-gd \
> --with-jpeg-dir=/usr/local \
> --with-png-dir=/usr/local \
> --with-freetype-dir=/usr/local \
> --with-zlib
>
> Everything goes okay until I do:
>
> apachectl start
>
> It *SAYS* httpd was started, but it ain't there in ps auxwwww | grep httpd
>
> No error message.
>
> Nothing in error_log
>
> No core dump laying around.
>
> Butt-kiss for information on what happened...
>
> Works fine without the GD stuff...  Or at least, httpd starts and is
> running.  Didn't actually *DO* anything with it yet.
>
> And I actually *need* the GD stuff this time.
>
> Time is off the essence -- so a CC: to [EMAIL PROTECTED] and
> [EMAIL PROTECTED] would be much appreciated.
> --
> WARNING [EMAIL PROTECTED] email address is an endangered species
> Use [EMAIL PROTECTED] instead
>
> --
> 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 ---
Hi,

Running into a problem starting apache 1.3.20 dso with php 4.0.6.

Syntax error on line 237 of /d1/kindserv/httpd/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: 
/d1/kindserv/httpd/httpd: fatal: relocation error: file 
/usr/lib/libfreetype.so.6: symbol __divdi3: referenced symbol not found

Configure does have the --enable-libgcc option included

./configure --with-mysql=/usr/local/mysql 
--with-apxs=/usr/local/apache/bin/apxs --enable-track-vars 
--with-regex=system --enable-versioning --enable-libgcc --with-gd 
--with-jpeg-dir --with-png-dir --with-zlib-dir --with-freetype-dir --with-imap

Tried 2 suggestions from the mailing list archives, way back from 1999 and 
2000, without luck.

LIBS=-lgcc ./configure ....
CFLAGS=-lm ./configure

Running Sun Intell Solaris 2.8, gcc 2.95.3, make 3.79.1

Any assistance would be appreciated.

rgds

Hans Kind

--- End Message ---
--- Begin Message ---
I use oracle 817 and haven't any problems with compilation.

I use the option : --with-oci8=/u01/app/oracle/product/8.1.7
and I installed only client software on my station.

B.

le mer 10-10-2001 at 22:58 Sheila Myers a écrit :
> I am trying to configure PHP 4.0.6, Oracle 8.1.6, Apache, and Redhat
> 6.2.  
> - Apache is working
> - PHP is working (I can serve php pages)
> - Oracle is working (I can create and work with tables)
> 
> I've installed the Oracle Server and the Oracle client, but somehow the
> OCI libraries are not getting installed.  The directory
> ORACLE_HOME/oci/include is empty.  ./configure fails with an error 
> Oracle-OCI8 needed libraries not found.  
> 
> This is what I've tried:
> - Installed the client software, both the Administrator and Programmer
> options
> - Installed the server using the custom option, and selecting the OCI8
> libraries
> - (Desperately) copying the \oci\include directories from my NT
> workstation onto the Linux box.
> 
> The best I can get is that the compile proceeds, but Oracle functions
> are not defined when I load a PHP page.
> 
> What files is the compiler looking for as the 'required OCI libraries',
> and where are they?
> 
> Thanks,
> Sheila
> 
> -- 
> 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'm heaving serous Problems installing PHP 4.0.6 on W2k (german) and IIS 5
(german).


Gettig ERROR when using for Examle:      <? phpinfo(); ?>     or any other
php
file
"The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are"

My settings are as follows:

"php.ini"
I've put the php4ts.dll into    winnt/system32
My docroot is:                     doc_root = f:\Webs
My extensions are in:           extension_dir = d:\Programme\php

"IIS 5"
I've set   extensions .php   to  D:\Programme\php\php.exe %s %s
Method exclusion is left blank
Script modul is checked

directory of php.exe has executing rights for I_USER

I hope anyone could help

Mr Frame



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


Hi,
I've compiled successfully php 4.0.6. Now I'm trying to compile Apache
1.3.19 including mod_php4, but it aborts with the error msg:
#error Need type which holds 32 bits
Any idea ?
My paltform is HPUX 11.00
Thanks,

Ing. Gustavo A. Edelstein
Tech. Mgr.
Equiplus Argentina S.A.
______________________________________
Visit us On Line at www.equiplus.com
Email addresses:
Operations: [EMAIL PROTECTED]
Consulting: [EMAIL PROTECTED]
Technical: [EMAIL PROTECTED]
Web related: [EMAIL PROTECTED]
General: [EMAIL PROTECTED]

--- End Message ---
--- Begin Message ---
Pleeeeease can somebody shed some light on my problem :

I have seen similar problems here and have scoured the internet for about a
week now and time is running out for me as I am on a deadline, but still no
luck.

I am a newbie so 'scuse me if I am getting it wrong.

I am trying to get PHP 4.0.6 to run on Apache 2.0.18 as a DSO, ( I am on
2.0.18 because I had numerous problems getting it to make properly with
2.0.16) on FreeBSD 4.2 STABLE.

I finally got the configure, make and make install to run smoothly without
errors but when I try and start httpd, I get the error "undefined symbol:
"pthread_getspecific" " (if I take out the "load_module" line in httpd.conf
it runs fine.)

I configured --with-apxs2 and --with-mysql options only ... (both with
absolute paths supplied.)

I suspect it is to do with linking the correct libraries but I am not sure
and don't know how to link the libraries ?

If I run ld on libphp4.so, I get a long list of undefined symbols (of
which"pthread_getspecific"  is one .  I notice that most them are on the
system in lib_c, can anyone offer any advice ?

I have installed the latest autoconf, automake and libtools in my vain
effort to cure the problem.

If any one can shed any light on the problem I shall be extremely
grateful....

Thanks in advance !


--- End Message ---
--- Begin Message ---
Hello to all,

I would like to know where can I get a
step by step instalation process for the
php under linux red hat 7.0 I am having
problems installing it I have tried several
things and nothing.

Juba



--- End Message ---
--- Begin Message ---
I try to have an iis and an apache server into the same machine.
A w2k pro machine.

I hava to version of php.
One for apache as an apache module.
And the over as an asapi or cgi module for iis.

I note that iis told me that he can't load extesnsions, extensions that i
have for
php apache.

I must specify different php.ini for different version php for different
server.
That's what I done into the :
Home dir -> confi -> application mapping
with the paraeter :
C:\PHP\php.exe  %s %s -c c:\php\ (the different dir 4 php ini)


But the application doesnt work any more ?
It's like if it take the other php.ini the default one, in c:\windows.


What can I do ?
In the asapi mode we can configure the php.ini path ?


Thanks 4 all.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

--- End Message ---

Reply via email to