[PHP-INST] Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Jani Taskinen
It should be added now, try the latest CVS snapshot: http://snaps.php.net/php4-latest.tar.gz --Jani -- On Tue, 23 Jul 2002, Thomas Langås wrote: >Thomas Langås: >> Output from ldd: >> dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so >>

Re: [PHP-INST] 4.0.7 compile as cgi fails

2001-08-09 Thread Jani Taskinen
# ./cvsclean ; ./buildconf ; ./configure ; make clean ; make --Jani On Thu, 9 Aug 2001, Peter Holm wrote: >On Wed, 8 Aug 2001 17:40:02 +0200 (CEST), [EMAIL PROTECTED] (Jani >Taskinen) wrote: > >>Get the latest CVS snapshot from http://snaps.php.net/ >>I fixed this just f

Re: [PHP-INST] Why does imap not work as dl???

2001-08-08 Thread Jani Taskinen
Get the latest CVS snapshot from http://snaps.php.net/ I fixed this just few days ago. --Jani On Wed, 8 Aug 2001, Peter Holm wrote: >Hi, > >I am trying to compile the imap-module as a dl, but if I want to start >apache I get this error: > >PHP Warning: Unable to load dynamic library >'/usr/l

Re: [PHP-INST] ld cannot find -lmysqlclient

2001-08-07 Thread Jani Taskinen
# rm -f config.cache # ./configure # make clean # make --Jani On Tue, 7 Aug 2001, Patrice Garbe wrote: >Hello ! > >I compiled PHP with the mysql external support but I had >a "mysql ran out of memory" error perfoming a big query. >As I didn't find a way to extend the mysql client cache >(if

Re: [PHP-INST] Imlib2 issues

2001-08-06 Thread Jani Taskinen
I just found the reason for this. Will be fixed in CVS and in the next release. --Jani On Mon, 6 Aug 2001, Mika Tuupola wrote: >On Thu, 2 Aug 2001, Greg Donald wrote: > >> /usr/bin/ld: cannot find -l--library=crypt >> collect2: ld returned 1 exit status >> make[1]: *** [libphp4.la] Error 1 >>

Re: [PHP-INST] New INSTALL // Apache dies with: undefined symbol:gdImageColorClosestAlpha

2001-08-04 Thread Jani Taskinen
A guess: You have old GD library remains (header files / libs) there.. Try cleaning all of it or install GD 2.0.1 libs e.g. into /opt/gd/ instead.. --Jani On Sat, 4 Aug 2001, Felix C.Courtemanche wrote: >Hello, > >I have been trying to install PHP4.0.6 with GD2.0.1 support. > >config line: >.

Re: [PHP-INST] debug.log from anoop.nu

2001-08-04 Thread Jani Taskinen
For the 100th time: --with-zlib (reading the mailing list archives would have given you this answer..) --Jani On Sat, 4 Aug 2001 [EMAIL PROTECTED] wrote: >Hello, > >I had problems installing php. A copy of the debug.log is below. I ignored >the error that was given when ./configure ran and c

Re: [PHP-INST] php-cvs buildconf,error

2001-08-02 Thread Jani Taskinen
autoconf 2.52 isn't supported yet..use autoconf 2.13 instead. --Jani On Thu, 2 Aug 2001, David Chang wrote: >Hi all: >I got errors while run buildconf at php-cvs source directory >OS:Linux RedHat 6.0 kernel 2.2.5-15 > >[root@www tmp]# cvs -d :pserver:[EMAIL PROTECTED]:/repository login >[root@

Re: [PHP-INST] problem with configure script and fdf support

2001-08-01 Thread Jani Taskinen
I fixed this in CVS now. Thanks! ( changed it to 'if test -z "$FDFLIBRARY"; then' instead..:) --Jani On Tue, 31 Jul 2001, Jon Wagoner wrote: >We have a client that is using fdf with their current site (asp) and I was >curious about the support in php. > >I found that the configure script had

Re: [PHP-INST] Problems compiling with IMAP-SSL on Solaris 8

2001-07-31 Thread Jani Taskinen
On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote: >Hi, > > I tried using the source path /opt/src/openssl and I tried using the >program path /opt/local/openssl. ALWAYS use the install prefix for programs, in this case, /opt/local/openssl > None of them worked. I got the same error messag

Re: [PHP-INST] Problems compiling with IMAP-SSL on Solaris 8

2001-07-31 Thread Jani Taskinen
On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote: >Hi, > >I am trying to compile PHP 4.0.6 with IMAP-SSL on a sparc machine running >Solaris 8. I am using thie uw-imap, and I am positive that it is working >fine as IMAP-SSL. (I tryed on Netscape with SSL, and with openssl commands). > >Unfortunately,

Re: [PHP-INST] problem installing PHP and UCD SNMP

2001-07-03 Thread Jani Taskinen
--with-openssl --Jani On Tue, 3 Jul 2001, Nilsson U Magnus wrote: >Hi, > >I have been trying to configure PHP 4.06 with support for UCD SNMP but I did >not get it to work. When I try to run "'./configure' '--with-mysql' >'--with-apxs' '--with-snmp=/usr/local' '--enable-track-vars' >'--enable-

Re: [PHP-INST] During MAKE: program cc1 got fatal signal 11

2001-06-30 Thread Jani Taskinen
What is the version of your compiler? And if you repeat make, does the place where the error occurs, change? Two possibilities, faulty hardwary or bug in compiler. --Jani On Thu, 28 Jun 2001, Innovum wrote: >Here is what is exactly says: >gcc: Internal compiler error: program cc1 got fatal s

Re: [PHP-INST] Rebuild php

2001-06-28 Thread Jani Taskinen
On Wed, 27 Jun 2001, Chris wrote: >Hi, >I've succesfully installed php 4.0.1pl1 on my Linux Server few months ago, >and now I wanted to recompile it with some more modules. >I went to the installation directory then I've deleted the config.cache file >and: > This should work better: ./configure

Re: [PHP-INST] PHP as a CGI interpreter

2001-06-27 Thread Jani Taskinen
./configure --Jani On Wed, 27 Jun 2001, Zenith wrote: >When I first meet PHP, I bought a book, and it tell me php can be installed >in three ways. >as an apache module, as CGI interpreter, and a dynamic module (DSO) > >Starting from that time, I just keep using php as a apache module. > >howe

Re: [PHP-INST] gd 2.0.1 with php 4.0.6

2001-06-26 Thread Jani Taskinen
If you had bothered searching the mailing list archives before submitting this email, you would have learned that you must use --with-jpeg-dir=/usr , --with-png-dir=/usr , --with-zlib-dir=/usr --Jani On Mon, 25 Jun 2001, Sam Barnum wrote: >Greetings! I'm configuring this on a Penguin Computin

Re: [PHP-INST] php 4.0.6 and GD

2001-06-25 Thread Jani Taskinen
Try checking the mailing list archives. This has been answered at least a dozen time now. --Jani On Mon, 25 Jun 2001, Kelvin Luck wrote: >Hi, >I am just trying to install php 4.0.6 on redhat 7.1 so that I can use the >new GD library functions. I first downloaded and installed the newest GD >li

Re: [PHP-INST] PHP 4.0.6 & GD

2001-06-24 Thread Jani Taskinen
On Sun, 24 Jun 2001, Rob Beckett wrote: >I thought, "what the hell?"... FYI, this is on a Cobalt RaQ3 (Had much fun >with the modded-configuration these babies have), currently running GD >V1.3-5. Upon examining the directory, I agreed, there was no gd header file. > >I'm far from a pro, in relat

Re: [PHP-INST] php 4.05 and ldap support migraine

2001-06-22 Thread Jani Taskinen
You have obviously ldap libs that are linked with openssl. Try adding --with-openssl to your configure line. # rm config.cache ; ./configure # make clean ; make ; make install --Jani On Thu, 21 Jun 2001, King, John (Greg) (OAO-HOU) wrote: >OS : Solaris 2.7 (Sparc Architecture) >PHP : 4.05 >O

Re: [PHP-INST] warning php_hostconnect: connect failed

2001-06-22 Thread Jani Taskinen
There is no support for redirected urls yet. Use the 'direct' url instead: $fcontents = file ('http://www.php.net/'); That works. (note the trailing / ?) --Jani On Fri, 22 Jun 2001, Joris Van Droogenbroeck wrote: >Hi, > >I'm trying to read some webpage in a file. >I've got some code from de

Re: [PHP-INST] PHP install on to Apache problem.

2001-06-22 Thread Jani Taskinen
Do not use 'apachectl restart' use 'apachectl stop ; apachectl start' instead. --Jani On Thu, 21 Jun 2001, Srimoungchanh, Kou wrote: >Hello all, > >I tried to install Mysql, which installed fine. Then I tried to install >PHP4, but when I tried to restart the apache server, it fails. > >I am

Re: [PHP-INST] Can't build PDFlib with PHP successfully

2001-05-22 Thread Jani Taskinen
On Wed, 23 May 2001, leo wrote: >I'm install PDFlib rpm files (pdflib-4.0.1-1,pdflib-tcl-4.0.1-1,pdflib-devel-4.0.1-1). Where did you get these RPMs ? >My PHP configure lines: >./configure --with-mysql=/usr/local/mysql --with-apache=/usr/src/apache_1.3.19 >--enable-ftp --enable-discard-path --w

Re: [PHP-INST] PHP + PNG + FreeBSD

2001-05-10 Thread Jani Taskinen
You should be using the INSTALL directories. Always. NOT the sources.. --Jani On Thu, 10 May 2001, Kasper Kristiansson wrote: > >When i compile PHP on my FreeBSD with the following confgoptions, i don't >get png support. > >Whats wrong? > >./configure --with-jpeg-dir=/usr/local/src/jpeg --wit

Re: [PHP-INST] Problem with installing PHP 4.0.5

2001-05-09 Thread Jani Taskinen
The imap-2001.beta (it's beta still) has broken auth_ssl.. Get imap-2000 which works. --Jani On Thu, 10 May 2001, ADI wrote: >Hi >I have got apache 1.3.19 imap and imap-ssl running and working fine >(imap-2001) and got following problem. When i have install PHP 4.0.5 with >options --with-imap-

Re: [PHP-INST] Still having problems with fdftk

2001-05-08 Thread Jani Taskinen
On Tue, 8 May 2001, Jon Peccarelli wrote: >Well, I haven't received anything from my previous 2 posts, so I guess my >wording caught somebody's attention. My next question is to verify that FDF >will work with the --with-apxs option, or does it have to be statically >linked to Apache? You don't

Re: [PHP-INST] Still having problems with fdftk

2001-05-08 Thread Jani Taskinen
On Mon, 7 May 2001, Jon Peccarelli wrote: >I STILL cannot get fdftk working properly. I am VERY upset, as this is one >of the big reasons I'm using PHP. If this won't work, I'm going to start >looking at Java and dumping PHP! Well that's your problem. These kind of 'threats' make people NOT wa

Re: [PHP-INST] Can't not start the apache when I configure with oci8or oracle

2001-05-05 Thread Jani Taskinen
You don't have the path to that library in your /etc/ld.so.conf file. Add it and run /sbin/ldconfig and everything should be fine. --Jani On Fri, 4 May 2001, LIANG, YANSHENG (ANM) wrote: >Hi, > I try to install php4.0.4pl1 in my linux Red hat6.1, I configure the >php, with the following comm

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

2001-05-03 Thread Jani Taskinen
Check your config.log for the reason why the compile test fails. Most likely some library missing.. --Jani On Thu, 3 May 2001, Charles Homan wrote: >I have had this same error - EXACTLY! If someone can help. Please do. > >> From: [EMAIL PROTECTED] (Andrew Apold) >> Newsgroups: php.install

Re: [PHP-INST] What am I doing wrong?

2001-05-02 Thread Jani Taskinen
On Wed, 2 May 2001, Robert Staph wrote: >While trying to install php 4.0.5 from source using: > >./configure --with-mysql --with-apache=/usr/include/apache --enable-track-vars You have to point --with-apache to the Apache SOURCES. Not to the install. If you have installed Apache from e.g. RPM, y

Re: [PHP-INST] PHP 4.03 + sessions = enable-trans-sid rewrite imgsrc too

2001-04-10 Thread Jani Taskinen
On Tue, 10 Apr 2001, Matthieu Brunet wrote: >Hello >I've compiled my php with the option --enable-trans-sid. >Now, php add the SID to all the links and it's very usefull. >But he rewrite the tag too. > >I thought i can fix it in the php.ini, but the url_rewriter.tags is like >this : >url_rewrite

RE: [PHP-INST] w/ CURL can't find -lpam, wout/ CURL everything is fine (How can that be)

2001-04-10 Thread Jani Taskinen
Try looking at the config.log for a clue.. Propably some library missing. --Jani On Tue, 10 Apr 2001, Krznaric Michael wrote: >This is a repost? Does anyone have any ideas, it must be an issue with the >build process? > >Mike > >-Original Message- >From: Krznaric Michael [mailto:[EMA

Re: [PHP-INST] installing with gd and XFree86

2001-04-03 Thread Jani Taskinen
On Tue, 3 Apr 2001, Mike wrote: >What am i doing wrong Change the --with-xpm-dir=/usr to --with-xpm-dir=/usr/X11R6 and it should work. Remember to delete config.cache before configure! --Jani > >=---

Re: [PHP-INST] PHP4.0.4pl1 + Apache1.3.19 + MySQL3.23.36

2001-04-01 Thread Jani Taskinen
On Sun, 1 Apr 2001, Daniel Ouellet wrote: >Is anyone could tell me what I could do to fix this compilation problem. > >When I do the step for: > >./configure --activate-module=src/modules/php4/libphp4.a > >in the apache compilation part, I get the error message: Did you follow all the steps ment

Re: [PHP-INST] Not able to install PHP with LDAP

2001-03-23 Thread Jani Taskinen
On Thu, 22 Mar 2001, Bernd Muent wrote: >My System: >Suse Linux 7.0, Apache 1.3.12 in /usr/local/apache, openldap 2 in >/usr/local/openldap > >The ldap-server is working, ldapsearch, ldapadd etc. is possible. > >in /usr/lib there are the modules: libldap.a, libldap.so, libldap.so.1 and >libldap.s

Re: [PHP-INST] Not able to install PHP with LDAP

2001-03-20 Thread Jani Taskinen
On Tue, 20 Mar 2001, Bernd Muent wrote: >It seems that the ldap-functions are not integrated into PHP4 as a standard. No. They need external libraries to work. e.g. OpenLDAP. (www.openldap.org) >When I start a php-Page with an ldap_connect etc. in it, the Error: >Undefined Function ldapbind occ

Re: [PHP-INST] Error while installing php with ldap

2001-03-20 Thread Jani Taskinen
You're not giving enough info..platform? ldap libraries used (openldap?) etc. And I tried to address some problems in CVS just a few days ago. So please try with latest CVS snapshot from http://snaps.php.net/ --Jani On Tue, 20 Mar 2001, kate wrote: >Hi all, >I install php with ldap enable as

Re: [PHP-INST] apache cannot start

2001-03-19 Thread Jani Taskinen
On Mon, 19 Mar 2001, George P. Taylor IX wrote: >Would you please thoroughly describe the adjustment you made? > >I think it might help m and others. I can't see how, but here comes the part I added: <---cut> dnl Check if mysql_config is found. If yes, use the LIBS provided by it..

Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-18 Thread Jani Taskinen
8. Could you try creating a gdb backtrace of the crash? --Jani >"Jani Taskinen" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> On Fri, 16 Mar 2001, Barry Sardis wrote: >> >> >Compiled-in modules: >> &g

Re: [PHP-INST] apache cannot start

2001-03-18 Thread Jani Taskinen
On Sun, 18 Mar 2001, Michael Middleton wrote: >In the last few weeks there have been about 500 similar postings: all >about problems with Apache DSO. Is it not about time that someone >answered them. Or better still, put the -R option in the right place in >the Makefile, or whatever it is. I post

Re: [PHP-INST] php4.0.4pl1 & pgsql7.1b4 compile error

2001-03-17 Thread Jani Taskinen
Try adding '--with-openssl=/path/to/openssl/' into your configure line. --Jani On Fri, 16 Mar 2001, Michael R Hanulec wrote: > >i also failed to mention i'm attempting this compile on a linux box >originally based on Red Hat 6.2 > >-- >mike hanulec http://www

Re: [PHP-INST] Got FAQ 6.8 problem

2001-03-17 Thread Jani Taskinen
On Fri, 16 Mar 2001, Barry Sardis wrote: >Compiled-in modules: > http_core.c > mod_so.c > mod_php4.c >suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec > >PHP was: >./configure --with-apache=../apache_1.3.19 --with-oci8 --with-pgsql > >I redid it with only --with-apache=../apache_

[PHP-INST] Re: [PHP-DEV] Re: PHP 4.0 Bug #9784 Updated: png_get_error_ptr

2001-03-16 Thread Jani Taskinen
On Fri, 16 Mar 2001, BEN AÏSSI Akram wrote: >Reply: >I also used the PHP 4.0.4pl1 and it does the same ... > >so about the gd.h, it uses the brand new one, I also compiled gd again, because I was >thinking that the error was frome there, but I think that mod_php4 is trying to call a >reference th

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-15 Thread Jani Taskinen
On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >On 14 Mar 01, at 19:04, Jani Taskinen wrote: > >> On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >> >> >>./usr/local/include/libxml2/libxml/tree.h >> >>/usr/local/lib/libxml2.so >> >> Okay. So thi

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-14 Thread Jani Taskinen
On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >>./usr/local/include/libxml2/libxml/tree.h >>/usr/local/lib/libxml2.so Okay. So this is a standard installation? On which platform was it again? Freebsd? --Jani -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-14 Thread Jani Taskinen
On Wed, 14 Mar 2001 [EMAIL PROTECTED] wrote: >On 14 Mar 01, at 0:30, Jani Taskinen wrote: > >I will uninstall libxml2 and look for libxml-2.2.7 - Why does the >configurator say it needs >= 2.2.7 when it doesn't support anything >higher than 2.2.7? Very misleading. >

Re: [PHP-INST] installing PHP with-apxs with-oci8 --with-oracle onLinux

2001-03-14 Thread Jani Taskinen
On Wed, 14 Mar 2001, Damien Lièvre wrote: >I've successfully installed PHP4 on Linux, Apache with-apxs, > >I wanted to add support for Oracle , > >I' ve installed Oracle Client (8.1.7), SQL+ works fine, >I've executed : >./configure --with-apxs=/usr/local/apache/bin/apxs --with-oci8=/home/oracle/

Re: [PHP-INST] undefined symbol: uncompress

2001-03-14 Thread Jani Taskinen
On Thu, 15 Mar 2001, Sun wrote: >I also has this problem when installing php 3.0.18 on redhat 6.0 >Pls help ... If you can solve this problem Try adding --with-zlib into your configure line. And I would also suggest you to update to PHP 4..and get the latest CVS snapshot from http://snaps.php.ne

Re: [PHP-INST] installation problem

2001-03-14 Thread Jani Taskinen
On Wed, 14 Mar 2001, GC wrote: >loading cache ./config.cache >checking for a BSD compatible install... /usr/bin/install -c >checking whether build environment is sane.. >configure: error: ls -t appears to fail. Make sure there is not a broken >alias in your environment >configure: error: newly cr

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread Jani Taskinen
Yet. Anyway, it compiles just fine for me. Where is tree.h located? --Jani >Kris > >On 13 Mar 01, at 20:57, Jani Taskinen wrote: > >> >> Did you delete config.cache before reconfiguring? >> >> --Jani >> >> >> On Tue, 13 Mar 2001 [EMAI

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-13 Thread Jani Taskinen
hecking whether to enable the bundled dbase library... no >checking for DOM support... yes >checking for DOM in default path... not found >configure: error: Please reinstall the libxml >= 2.2.7 distribution > >Is this still a bug in the PHP ./configure program? > >Thanks, > &

Re: [PHP-INST] debug.log ld cannot find -lttf

2001-03-13 Thread Jani Taskinen
On Tue, 13 Mar 2001, Mitchell Sheean wrote: >Not sure what this means. My debug.log is attached. I didn't compile gd >with TTF. is that the problem? >Any help much appreciated. And you didn't have --with-ttf in your configure line? At least in that debug.log it isn't, but did you try it before?

Re: [PHP-INST] SCO Openserver installation: notes+questions

2001-03-13 Thread Jani Taskinen
On Tue, 13 Mar 2001, Gaetano Giunta wrote: >PHP4.0.4pl1 (as cgi) + extensions Try the latest CVS snapshot from http://snaps.php.net/ as some of these problems of yours have been fixed. --Jani -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: [PHP-INST] problem recompiling PHP4.0.4 --with-dom=/usr/local/lib

2001-03-12 Thread Jani Taskinen
On Mon, 12 Mar 2001 [EMAIL PROTECTED] wrote: >... >checking for DOM support... yes >checking for DOM in default path... not found >configure: error: Please reinstall the libxml >= 2.2.7 distribution >... >I am running FreeBSD 4.2, which shows I am running >=2.2.7 libxml2: >... >Why is it not look

Re: [PHP-INST] starting pache

2001-03-12 Thread Jani Taskinen
On Mon, 12 Mar 2001, Alain Defrance wrote: >hello, >i've suceeded compiling Apache with php4 with ldap without any error ! >(i've append LDFLAGS=-lldap -llber in the src/Makefile) > >but when i want to start apache i've the following message : >d.so.1: /www/bin/httpd: fatal: libldap.so.2: open f

Re: [PHP-INST] PHP on LAMP system will not work, help !!

2001-03-09 Thread Jani Taskinen
On Fri, 9 Mar 2001, ueckers wrote: >hi, >i have installed a lamp system . Every thing works exept the PHP module. >i changed the httpf.conf with the addtype statements but it will not work.. >i need help.. >is there a way to find out if the php mod is loaded ?? >thans for helping me Huh. If you

Re: [PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-09 Thread Jani Taskinen
On Fri, 9 Mar 2001, Johannes Ambrose wrote: >Hi, >I hope this is not a stupid question. The faq tells me it should just >work. > >When compiling apache on Red Hat 6.2 with : >./configure --prefix=/usr/local/apache >--activate-module=src/modules/php4/libphp4.a > >everything works fine. However, ma

Re: [PHP-INST] pdflib - no errors but no pdf functions!

2001-03-08 Thread Jani Taskinen
On Thu, 8 Mar 2001, Jough wrote: >./configure --with-mysql=/usr/local/ >--with-apache=/home/jough/src/apache_1.3.19/ --enable-track-vars >--with-pdflib=/usr/local/lib/ --with-jpeg-dir=/usr/lib/ >--with-tiff-dir=/usr/local/lib/ Leave those '/lib/' parts out of the paths. It should work then. --J

Re: [PHP-INST] 4.0.4 compiling problem

2001-02-26 Thread Jani Taskinen
http://www.php.net/FAQ.php#6.12 --Jani On Mon, 26 Feb 2001, samuel C wrote: >Hi there. >I had already successfully compiled php3 and 4 in the past but never >version php-4.0.4 stable. > >I'm using: > Linux version 2.2.12-20 > gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 rel

Re: [PHP-INST] Error when start httpd after Compiling PHP4

2001-02-18 Thread Jani Taskinen
On Mon, 19 Feb 2001, The Net wrote: >./configure --with-apxs=/usr/sbin/apxs --with-mysql --with-xml >--with-imap --enable-track-vars --with-kerberos -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] PHP 4.0.4PL1 Installation problem

2001-01-30 Thread Jani Taskinen
On Mon, 29 Jan 2001, Cool Max wrote: >Hello ! >I try to configure PHP4.0.4PL1 with some features: >./configure \ > --with-apache=../apache_1.3.12 \ > --with-mysql=/usr/local/mysql \ > --enable-track-vars \ > --enable-gd-imgstrttf \ > --with-gd \ > --with-jpeg-dir \ > --with-t1lib >And at t

Re: [PHP-INST] [PHP] config failure php4.0.4 + apache 1.3.14

2001-01-29 Thread Jani Taskinen
On Sun, 28 Jan 2001, Nathan Humphrey wrote: >For php4 (php4.0.4pl1) I'm doing: >/configure --with-apache=../apache_1.3.14 --with-mysql \ >--with-imap=/usr/local/libexec/imapd --with-ftp --enable-track-vars Just read the manual page: http://www.php.net/imap (and the --with-imap should point to

Re: [PHP-INST] --with-gd problem

2001-01-19 Thread Jani Taskinen
On Fri, 19 Jan 2001, HAMEL Nicolas wrote: >Hi ! > >i'm trying to get the function ImageCreateFromJPEG() work, but i cant :P >I have tryed --with-jpeg-dir but i'm always getting : > >checking for libjpeg (needed by gd-1.8+)... yes >checking for jpeg_read_header in -ljpeg... (cached) yes >checking

Re: [PHP-INST] Making php4.0.4pl1 with sablot extensions.

2001-01-17 Thread Jani Taskinen
On Wed, 17 Jan 2001, Lou Spironello wrote: >Thank you. > >Is the latest cvs contained in the tarball from www.php.net ? >The tarball from the download page at www.php.net indicates a creation date of >Januray 11,2001. http://snaps.php.net/ has the latest CVS tarballs of the sources. --Jani >Th

Re: [PHP-INST] Re: imagecreatefromgif() becomes an undefined functionafter upgrading to php4

2001-01-17 Thread Jani Taskinen
On Thu, 18 Jan 2001, lsiewfat wrote: >Hi. I have tried to make a new clean copy of php4 with-gd but still doesn't >work. Do I have make clean apache as well? If you're doing a static install then yes. (ie. using --with-apache in PHP configure) I suspect you have some stale gd.h laying around in

Re: [PHP-INST] Re: imagecreatefromgif() becomes an undefined functionafter upgrading to php4

2001-01-17 Thread Jani Taskinen
ary in your system. And did you remove config.cache before configuring PHP ? Also 'make clean' before make is good thing to do. --Jani >- Original Message - >From: "Jani Taskinen" <[EMAIL PROTECTED]> >To: "lsiewfat" <[EMAIL PROTECTED]> &g

[PHP-INST] Re: imagecreatefromgif() becomes an undefined function afterupgrading to php4

2001-01-16 Thread Jani Taskinen
On Wed, 17 Jan 2001, lsiewfat wrote: >Hi. When you says with --with-gd. Does it actually create some kind of >library files somewhere..? No, you need to have GD library in your system. And GIF support isn't included in versions > 1.5 of GD library. Do the other image functions work? --Jani --

Re: [PHP-INST] PHP 4.0.4+OCI8+Apache 1.3.14 _shared_

2001-01-11 Thread Jani Taskinen
On Thu, 11 Jan 2001, Victor Foitzik wrote: >yes, I did export the whole exvironment var package for oracle, ORACLE_HOME, >ORACLE_SID, ORA_NLS33 and so on. I also tried to compile apache with >appropriate LDFLAGS And is the location of libclntsh.* in /etc/ld.so.conf ? If not, add it and run ldcon

Re: [PHP-INST] PHP 4.0.4+OCI8+Apache 1.3.14 _shared_

2001-01-11 Thread Jani Taskinen
On Thu, 11 Jan 2001, Victor Foitzik wrote: >I recently tried to build Apache with a shared php 4.0.4 module and oci8 >support. I enabled dso support within apache and built php 4.0.4 with apxs >and oci8. The apache starts up, but quits immediatly after forking the root >process without logging an

[PHP-INST] Re: [PHP-DEV] Compile Problem: Place for Help

2001-01-10 Thread Jani Taskinen
On Wed, 10 Jan 2001, Mark Olbert wrote: >Can anyone recommend a place/forum for help in getting PHP to compile under >linux? > >I am running into a problem that I haven't gotten any feedback on from >php-dev, php-general or php-install. > >The specific problem is: > >/usr/bin/ld: .libs/libphp4.so