php-install Digest 25 Apr 2001 04:34:45 -0000 Issue 277

2001-04-24 Thread php-install-digest-help
php-install Digest 25 Apr 2001 04:34:45 - Issue 277 Topics (messages 2868 through 2876): "C compiler cannot create executables" error - 4.0.4pl1 on Solaris 2868 by: Christian Dupont 2869 by: Rasmus Lerdorf 2870 by: Christian Dupont 2872 by: Rasmus Lerdorf --

[PHP-INST] undefined symbol

2001-04-24 Thread Andrew Apold
Following up on my earlier problems with show_boxed, the suggestions I got did indeed work and php compiled fine with pdflib support. Now, however, when I go to start apache, I get: >Syntax error on line 206 of /usr/local/apache/conf/httpd.conf: >Cannot load /usr/local/apache/libexec/libphp4.so

[PHP-INST] AIX 4.3 PHP4 and getsockopt

2001-04-24 Thread Jacob Steinberger
libmysql.c: In function 'connect2': libmysql.c:179: warning: passing arg 5 of 'getsockopt' from incompatible pointer type make: 1254-004 The error code from the last command is 1. Line 179 is the following: if (getsockopt(s, SOL_SOCKET, SO_ERROR, (char*) &s_err, &s_err_size) != 0) Suggestions

[PHP-INST] mcrypt

2001-04-24 Thread ryan.barnett1
Does anyone know how to install the mcrypt libraries for PHP in windows? I'm running: Apache 1.3.12 PHP 4.0.2 Windows 98 I've downloaded libmcrypt-2.4.5b-win32.zip (I think that this contains everything I need.) I just need to kn

RE: [PHP-INST] --with-pdflib... stops on show_boxed

2001-04-24 Thread Matt Schroebel
I had the same trouble with building pdflib and it was because of static libraries in pdflib and the components when I built it some months ago. There wasn't any mention of building the components shared, and the only error messages I received were that you needed pdflib 3.x or higher. Someho

Re: [PHP-INST] "C compiler cannot create executables" error - 4.0.4pl1on SolarIS

2001-04-24 Thread Rasmus Lerdorf
> configure:1781: checking whether the C compiler (gcc ) works > configure:1797: gcc -o conftestconftest.c 1>&5 > cpp: fork: Interrupted system call > configure: failed program was: > > #line 1792 "configure" > #include "confdefs.h" > > main(){return(0);} > > HERE IS THE DIRECTORY LISTING FO

[PHP-INST] --with-pdflib... stops on show_boxed

2001-04-24 Thread Andrew Apold
I've seen in the annotations and other places at least a dozen other people have this problem and about a dozen different solutions from using links, using a new pdf.c, omitting png support, or even installing an rpm... none of them seem to help my situation. I'm using php 4.04pl1., the 11

Re: [PHP-INST] "C compiler cannot create executables" error -4.0.4pl1 on SolarIS

2001-04-24 Thread Christian Dupont
on 4/24/01 12:20 PM, Rasmus Lerdorf at [EMAIL PROTECTED] wrote: >> I might mention that the compiler does not fail immediately, but rather >> after several minutes. I have also tried compiling in a scratch partition >> which I know has lots and lots of disk space and I still get the same error. >

Re: [PHP-INST] "C compiler cannot create executables" error - 4.0.4pl1on Solaris

2001-04-24 Thread Rasmus Lerdorf
> I might mention that the compiler does not fail immediately, but rather > after several minutes. I have also tried compiling in a scratch partition > which I know has lots and lots of disk space and I still get the same error. > I do not find a debug.log file in either the ../php or /var directo

[PHP-INST] "C compiler cannot create executables" error - 4.0.4pl1 on Solaris

2001-04-24 Thread Christian Dupont
I have searched the list archives and have notice that others have encountered a similar error though I don't see how to resolve it my case ... I would like to install 4.0.4pl1 on Solaris 2.6 to work with MySQL and Apache, thus I tried to configure as follows (the pathways corresponding to the a

php-install Digest 24 Apr 2001 15:53:18 -0000 Issue 276

2001-04-24 Thread php-install-digest-help
php-install Digest 24 Apr 2001 15:53:18 - Issue 276 Topics (messages 2862 through 2867): Re: connecting to DB from apache 2862 by: B. van Ouwerkerk upload file configuration 2863 by: Michal Izydorski conflicting types for 'RETCODE' 2864 by: Chris Lee tforum

[PHP-INST] Parse Error for a weirdo!

2001-04-24 Thread ouarz.net
Hiya, I am not a weirdo (at least I think so) ;) Considere this (Notice the line number): === Parse error: parse error in test_the_bug.php on line 1 ===

Re: [PHP-INST] Recompile PHP RPM with -DEAPI?

2001-04-24 Thread Michiel de Roo
Use options: --with-apxs --enable-rule=EAPI (maybe needed or maybe already set by apxs) Michiel. Myke Carter <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I just joined this list because I'm having trouble getting my Red Hat Linux 6.2 / > Apa

[PHP-INST] tforum

2001-04-24 Thread Rob Wilks
I'm probably out of my depth here, but please have a look at my forum at http://forum.celinestar.org.uk. The error messages are like this: Warning: 0 is not a MySQL result index in functions.php on line 16 Warning: 0 is not a MySQL result index in functions.php on line 21 Warning: Oops, php3_

[PHP-INST] conflicting types for 'RETCODE'

2001-04-24 Thread Chris Lee
Dear all, OS: Redhat Linux 7.1 / i386 I want to compile PHP 4.04pl1 with the the following config: ./configure --enable-track-vars --with-sybase=/usr/local/freetds --with-ibm-db2=/home/db2inst1/sqllib After I run MAKE, the following error occur: In file included from /home/db2inst1/sqllib/in

[PHP-INST] upload file configuration

2001-04-24 Thread Michal Izydorski
Hello everybody. I'm not so shure that email is for this list. I want to configure upload file that I'll be able to save files to user-permission directories with this user's permission, not by chmod, but automaticaly, by the Apache-PHP engine. I saw it worked, but I don't know how - corporate s