php-install Digest 1 Dec 2002 16:36:05 -0000 Issue 1142

Topics (messages 9279 through 9283):

Re: variable $PHP_SELF
        9279 by: Rich Gray

OS X and Curl Issues
        9280 by: Weston Houghton

PHP with OCI8 (oracle option) install problem
        9281 by: From Laura
        9282 by: John Coder

Re: make error with gd
        9283 by: Denis

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 ---
John

So, are any of the pre-defined vars being set?
What does <? print_r($_SERVER); ?> produce?

Rich
-----Original Message-----
From: John Coder [mailto:[EMAIL PROTECTED]]
Sent: 30 November 2002 10:37
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] variable $PHP_SELF


On Sat, 2002-11-30 at 05:23, DaMouse wrote:
> use $_SERVER['PHP_SELF']
Nope that didn't do the trick I have register globals on. so it must be
something else in the ini file.
>
> ----- Original Message -----
> From: John Coder <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, November 30, 2002 4:48 AM
> Subject: [PHP-INST] variable $PHP_SELF
>
>
> > I recently upgraded to php-4.3.0RC2 and I'm having probs with the
> > $PHP_SELF variable. where in the php.ini do I set this? and to what
> > value? Right now I am using the old php.ini and it seems to be doing
> > well but I would like to use the new php.ini that came with the tarball.
> > in case any other changes were made that I didn't see.
> >
> > John Coder
> >
> >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>



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



--- End Message ---
--- Begin Message ---
I'm working on getting the following install working under OS 10.2.2:

./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-apxs=/usr/sbin/apxs \
--with-mysql \
--with-gd=/usr/local \
--with-png-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with-jpg-dir=/usr/local \
--with-freetype-dir=/usr/local \
--enable-trans-sid \
--enable-exif \
--enable-ftp \
--enable-calendar \
--with-curl=/usr/lib \
--with-flatfile \
--with-ming=/Users/whoughto/src/ming-0.2a \
--enable-sockets \
--with-jave=/Library/Java/Home \
--with-xml

And Curl keeps throwing me the following error, but as you can see, I do indeed have 7.9.8 installed. Any ideas?

checking for CURL support... yes
checking for CURL in default path... found in /usr
checking for cURL 7.9.8 or greater... configure: error: cURL version 7.9.8 or later is required to compile php with cURL support
[user/src/php4rc2] root# curl --help
curl 7.9.8 (powerpc-apple-darwin5.5) libcurl 7.9.8

Thanks,
Wes

--- End Message ---
--- Begin Message --- Hello,

I am trying to install the latest version of php. I got errors on the ./configure --with-oci8=/my/oracle/home/directory. I have the following setup:
Oracle 8.1.7 for linux
Apache: 1.3.20-16
red hat 7.2

Oracle works like a charm but the oracle install itself was tricky requiring some redhat 6.2 packages (http://staff.in2.hr/denis/oracle/817install_rh72_en.html).

I am very new to this so be gentle with me! What am I goofing up? Also, I'd rather not mess with stuff that is working (i.e. Apache, Oracle) but it I have to reinstall these, let me know.

Thanks so much!
Laura

Here is my debug.log file:


CONFIGURE: './configure' '--with-oci8=/u09/app/oracle/product/8.1.7'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES: -I$(top_builddir)/Zend -I/u09/app/oracle/product/8.1.7/rdbms/public -I/u09/app/oracle/product/8.1.7/rdbms/demo
LDFLAGS: -Wl,-rpath,/u09/app/oracle/product/8.1.7/lib -L/u09/app/oracle/product/8.1.7/lib
LIBS: -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -ldl -lm -lclntsh -locijdbc8
DLIBS:
SAPI: cgi
PHP_RPATHS: /u09/app/oracle/product/8.1.7/lib
uname -a: Linux usedx9 2.4.7-10enterprise #1 SMP Thu Sep 6 16:48:20 EDT 2001 i686 unknown

gcc -o conftest -g -O2 -Wl,-rpath,/u09/app/oracle/product/8.1.7/lib -L/u09/app/oracle/product/8.1.7/lib conftest.c -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -ldl -lm -lclntsh -locijdbc8 >&5
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
/lib/libpthread.so.0: undefined reference to `[EMAIL PROTECTED]'
collect2: ld returned 1 exit status





_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

--- End Message ---
--- Begin Message ---
On Sat, 2002-11-30 at 19:35, From Laura wrote:
> Hello,
> 
> I am trying to install the latest version of php.  I got errors on the 
> ./configure --with-oci8=/my/oracle/home/directory.  I have the following 
> setup:
> Oracle 8.1.7 for linux
> Apache: 1.3.20-16
> red hat 7.2

You might try 
./configure --with-oci8 

drop the home directory if you're using php-4.3.0RC2
it seems it comes bundled with supporet for oci8

John Coder


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

thanks for the help. I do compile apache by myself. I found where the
problem was. I forgott a leading / in one of my paths. So there's no more
apache problem when compiling php.
There's a different one. Of course.
When I do "make" for php I get an error with snmp. It seems you can't use
net-snmp which comes with redhat 8.0.
I really didn't think that compiling php on redhat 8.0 would be so
difficult. It seems almost impossible. You either have to use the newest
files of all the needed packages or sometimes older files.

I guess I'll go back to redhat 7.3

thanks

"Pierre-Alain Joye" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Wed, 20 Nov 2002 23:24:25 +0100
> "Denis" <[EMAIL PROTECTED]> wrote:
>
> > Well I managed to come pass the gd problem with  php-4.3.0RC1, but
> > now compiling hangs at:
>
> Do you compile apache yourselft or used RPMs ? If you ve used RPMS,
> install devel packages too.
>
> btw, for the bundled gd with RC1 simply use '--with-gd' (without any
> property.
>
> hth
>
> pa


--- End Message ---

Reply via email to