php-install Digest 6 Feb 2003 04:56:19 -0000 Issue 1235

Topics (messages 9951 through 9960):

Re: PHP 4.3.0 on SuSE 8.1
        9951 by: Nick Gianakas
        9952 by: Joaquim Homrighausen

jpeg and cache problems
        9953 by: Phil Ewington

Solaris C header : can't compile PHP
        9954 by: Barbas
        9955 by: Lars Hecking

Mismatched ABI for Oracle9-- PHP 4.3  on HPUX 11.0
        9956 by: Jay Mac
        9958 by: Jim Thome

php4-STABLE-200302051830 and imap PB
        9957 by: Jean-Pierre Arneodo

Is there a area for general php Questions?
        9959 by: Terry L. Ensley

Re: (include_path='.;c:\php4\pear') ERROR?
        9960 by: Bryan Fritchie

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 ---
Possibly your permissions?  Are you installing as root?

Regards,
Nick


On Wed, 2003-02-05 at 09:38, Joaquim Homrighausen wrote:
> What's this.. (I mean, I know what it is, but why does it happen)?
> 
> 
> zypher:/opt/php-4.3.0 # make install
> 
> Installing PHP CLI binary:        /usr/local/bin/
> Installing PHP SAPI module
> [activating module `php4' in /usr/local/apache/conf/httpd.conf]
> cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
> chmod 755 /usr/local/apache/libexec/libphp4.so
> cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak
> cp /usr/local/apache/conf/httpd.conf.new /usr/local/apache/conf/httpd.conf
> rm /usr/local/apache/conf/httpd.conf.new
> Installing shared extensions:     
>/usr/local/lib/php/extensions/no-debug-non-zts-20020429/
> Installing PEAR environment:      /usr/local/lib/php/
> make[1]: *** [install-pear-installer] Segmentation fault
> make: *** [install-pear] Error 2
> 
> zypher:/opt/php-4.3.0 #
> 
> 
> 
> -Joaquim
> 
> ___
> WebbPlatsen i Sverige AB :: Box 827 :: S-10136 Stockholm, Sweden
> Phone +46 8 54555470 :: Fax +46 8 54555479 :: www.webbplatsen.se
> 
--- End Message ---
--- Begin Message ---
 * On 2003-02-05 @ 15:42, Nick Gianakas wrote:

> Possibly your permissions?  Are you installing as root?

Yes, I am.




> Regards,
> Nick


> On Wed, 2003-02-05 at 09:38, Joaquim Homrighausen wrote:
>> What's this.. (I mean, I know what it is, but why does it happen)?
>> 
>> 
>> zypher:/opt/php-4.3.0 # make install
>> 
>> Installing PHP CLI binary:        /usr/local/bin/
>> Installing PHP SAPI module
>> [activating module `php4' in /usr/local/apache/conf/httpd.conf]
>> cp libs/libphp4.so /usr/local/apache/libexec/libphp4.so
>> chmod 755 /usr/local/apache/libexec/libphp4.so
>> cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak
>> cp /usr/local/apache/conf/httpd.conf.new /usr/local/apache/conf/httpd.conf
>> rm /usr/local/apache/conf/httpd.conf.new
>> Installing shared extensions:     
>/usr/local/lib/php/extensions/no-debug-non-zts-20020429/
>> Installing PEAR environment:      /usr/local/lib/php/
>> make[1]: *** [install-pear-installer] Segmentation fault
>> make: *** [install-pear] Error 2
>> 
>> zypher:/opt/php-4.3.0 #

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

I have PHP-4.2.2 installed on my Cobalt RAQ3 and am having 
difficulties getting the jpeg libraries to function. I have the 
following config.sh script

./configure \
 --with-apxs=/usr/sbin/apxs \
 --enable-wddx \
 --enable-ftp \
 --with-gd \
 --with-jpeg-dir=/usr/lib \
 --with-regex=system \
 --enable-track-vars

No errors but no jpeg functions, I want to try changing the path for --
with-jpeg-dir but after installation phpinfo() shows the old path, I 
have tried removing config.cache but I cannot seem to get a new config 
script to run. Any help to how I clear the config cache and/or 
installing jpeg libraries will be greatly appreciated.

TIA

Phil.
--- End Message ---
--- Begin Message ---
I've just installed Forte 7 (trial version), in aim to get the C compiler
(cuz the gcc doesn't work). when i launch ./configure, it works well. But
when i launch make, it bugs and say can't find include file : stdio.h,
math.h, strings.h ......

i've seen that forte has installed files : sdio.h.SUNWCCh on that directory
: /opt/SUNWspro/prod/include

Do those files must interract ?

In /usr/include, there are very few files and im sure that make search in
this directory.

I've tried to take C headers from a linux machine, and via FTP putting them
in my include directory (after all its only C code !) and its really better.
But it craches again :

"/usr/include/bits/pthreadtypes.h" : syntax error before or at size_t

plizzzzzzz some help !!!!!!




--- End Message ---
--- Begin Message ---
> I've tried to take C headers from a linux machine, and via FTP putting them
> in my include directory (after all its only C code !) and its really better.
> But it craches again :
 
 You should not have root access on any UNIX machine.

 http://www.science.uva.nl/pub/solaris/solaris2/, in particular section 6.

--- End Message ---
--- Begin Message ---
I am trying to install PHP 4.3.0 on HPUX 11.0 64-bit with Oracle 9.2.0.1

I get a mismatched ABI error on the oracle client library.

Here is debug.log

CONFIGURE: './configure' '--with-oracle=/appl/sysdba/product/9.2.0.1' 
'--with-apache=/appl/sysdba/apache_1.3.27'

CC: gcc

CFLAGS: -g -O2

CPPFLAGS: 

CXX: 

CXXFLAGS: 

INCLUDES: -I$(top_builddir)/Zend -I/appl/sysdba/product/9.2.0.1/rdbms/public 
-I/appl/sysdba/product/9.2.0.1/rdbms/demo -I/appl/sysdba/product/9.2.0.1/plsql/public

LDFLAGS: -L/appl/sysdba/product/9.2.0.1/lib -L/appl/sysdba/product/9.2.0.1/lib

LIBS: -lcrypt -lm -lnsl -lcrypt -l:libcl.sl -l:librt.sl -l:libnss_dns.1 -l:libdld.sl 
-lclntsh

DLIBS: 

SAPI: apache

PHP_RPATHS: /appl/sysdba/product/9.2.0.1/lib

uname -a: HP-UX dbsws07 B.11.11 U 9000/782 2005692173 unlimited-user license

gcc -o conftest -g -O2 -L/appl/sysdba/product/9.2.0.1/lib 
-L/appl/sysdba/product/9.2.0.1/lib conftest.c -lcrypt -lm -lnsl -lcrypt -l:libcl.sl 
-l:librt.sl -l:libnss_dns.1 -l:libdld.sl -lclntsh 1>&5

/usr/ccs/bin/ld: /appl/sysdba/product/9.2.0.1/lib/libclntsh.sl: Mismatched ABI. 64-bit 
PA shared library found in 32-bit link.

collect2: ld returned 1 exit status

 

Anyone have any suggestions on how to resolve this?

Thanks.



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--- End Message ---
--- Begin Message ---
Use the Oracle 8.1.x client instead (it can be used against an Oracle 9.x database).  
Haven't heard of anyone having much luck compiling against Oracle 9.x, particularly on 
HPUX.

Also, I would use --with-oci8 instead of --with-oracle.

--
Jim




>>> Jay Mac <[EMAIL PROTECTED]> 02/05/03 12:33PM >>>

I am trying to install PHP 4.3.0 on HPUX 11.0 64-bit with Oracle 9.2.0.1

I get a mismatched ABI error on the oracle client library.

Here is debug.log

CONFIGURE: './configure' '--with-oracle=/appl/sysdba/product/9.2.0.1' 
'--with-apache=/appl/sysdba/apache_1.3.27'

CC: gcc

CFLAGS: -g -O2

CPPFLAGS: 

CXX: 

CXXFLAGS: 

INCLUDES: -I$(top_builddir)/Zend -I/appl/sysdba/product/9.2.0.1/rdbms/public 
-I/appl/sysdba/product/9.2.0.1/rdbms/demo -I/appl/sysdba/product/9.2.0.1/plsql/public

LDFLAGS: -L/appl/sysdba/product/9.2.0.1/lib -L/appl/sysdba/product/9.2.0.1/lib

LIBS: -lcrypt -lm -lnsl -lcrypt -l:libcl.sl -l:librt.sl -l:libnss_dns.1 -l:libdld.sl 
-lclntsh

DLIBS: 

SAPI: apache

PHP_RPATHS: /appl/sysdba/product/9.2.0.1/lib

uname -a: HP-UX dbsws07 B.11.11 U 9000/782 2005692173 unlimited-user license

gcc -o conftest -g -O2 -L/appl/sysdba/product/9.2.0.1/lib 
-L/appl/sysdba/product/9.2.0.1/lib conftest.c -lcrypt -lm -lnsl -lcrypt -l:libcl.sl 
-l:librt.sl -l:libnss_dns.1 -l:libdld.sl -lclntsh 1>&5

/usr/ccs/bin/ld: /appl/sysdba/product/9.2.0.1/lib/libclntsh.sl: Mismatched ABI. 64-bit 
PA shared library found in 32-bit link.

collect2: ld returned 1 exit status

 

Anyone have any suggestions on how to resolve this?

Thanks.



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

--- End Message ---
--- Begin Message ---
Hi,
trying to compile php4-STABLE-200302051830 with configure options:

    --with-imap=/usr/local --with-imap-ssl=/usr/local

I received:
ext/imap/php_imap.lo: In function `zm_startup_imap':
<home>/php4-STABLE-200302051830/ext/imap/php_imap.c:432: undefined reference to 
`ssl_onceonlyinit'

without the  --with-imap-ssl configure told me
c-client is compiled with ssl
and ask me to add the --with-imap-ssl option

Jean-Pierre
--- End Message ---
--- Begin Message ---
I was looking through the newsgroups and could not find one for general
questions, I know this is for install issues.

The questions I want to ask is PhP acceptable/appropriate to use with Sequel
Server 2000.  Perhaps that might help someone to direct me to the right
forum.

Thanks


--- End Message ---
--- Begin Message ---
Actually, I am trying to run a PHP file, but the code is 100% HTML.  :(




----- Original Message -----
From: "Jens Rosenthal" <[EMAIL PROTECTED]>
To: "Bryan Fritchie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 2:02 AM
Subject: RE: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?


> Hi,
>
> well, sound like you're doing something like a
> require("http://localhost/xyz.php";); or
include("http://localhost/xyz.php";);
> Is this right?
>
> Require and Include require filesystem paths, not webpaths. So if your
> directory you're working is TEST you have a subdir XYZ with a file xyz.php
> this shuold look like require("XYZ/xyz.php");
>
> Greetings,
> Jens
>
> -----Original Message-----
> From: Bryan Fritchie [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 3:05 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] Re: (include_path='.;c:\php4\pear') ERROR?
>
>
> I am having a very similar problem as this one, but I did not see an
answer.
> Does anyone know what this is?  I can't find this line in the php.ini file
> at all.
>
> BTW, I am trying to set up PHP to run under Win2000, for IIS.   Thanks!
>
>
>
> "Nick" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi,
> > If anyone could tell me what this line means that would be great!
> > Warning: Failed opening 'localhost' for inclusion
> > (include_path='.;c:\php4\pear') in Unknown on line 0
> >
> > PHP 4.2 and Apache are running (well  PHP supposedly - this error is
> holding
> > me up!)
> > Thanks,
> > Nick
> >
> >
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---

Reply via email to