RE: [PHP-INST] PHP 4.0.4pl1 & PDFlib 3.03

2001-02-05 Thread Pomar Berry, Christian
Well, I don't remember the details, but pdflib has a --shared-libs option or something like that (try with ./configure --help). It then generates a .so file. . *** DISCLAIMER: Este mensaje contiene información

RE: [PHP-INST] PHP 4.0.4pl1 & PDFlib 3.03

2001-02-05 Thread Pomar Berry, Christian
I had a similar problem in IRIX 6.5. I was compiling PDFLib as a static library and the problem was fixed compiling PDFLib as a dynamic one. Hope it helps. Christian > -Mensaje original- > De: Administrator [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 5 de febrero de 2001 16:43 > P

[PHP-INST] Connection Control

2001-02-05 Thread Pomar Berry, Christian
Hi, I would like to monitor how many connections the apache server has at any moment. Is there anything like that in PHP? Where can I read about this subject? Sorry if this is not the best place to ask this question... I've been looking around and I haven't found anything clear enough. I don't k

Re: [PHP-INST] Ayuda

2001-02-01 Thread Pomar Berry, Christian
Hi, In Spanish: Ayudaría un poco si dijeras cómo has hecho el configure y qué está haciendo cuando le das al make. También ayudaría saber algo del compilador. In English: It would help if you gave us some information about the 'configure' options and which stage the compilation is when it give

[PHP-INST] Performance Measurement

2001-01-25 Thread Pomar Berry, Christian
Hi, This is a performance question. I am playing a bit recompiling PHP and Apache with special MIPS PRO compiler optimisation options on IRIX 6.5. To be able to check if there is any improvement I would like to find some kind of standard test for PHP/Apache. Does anybody know where I can find s

RE: [PHP-INST] Shared object "libpq.so.2" not found with PHP4.0.4pl1 and Apache 1.3

2001-01-14 Thread Pomar Berry, Christian
This means that you compiled PHP with support for PostgreSQL and that the PostgreSQL library (libpq.so.2) is not where expected. 1. Did you really want PostgreSQL support? 2. Do you have PostgreSQL installed somewhere in your system? where? 3. If you have a linux box, you can edit /etc/ld.so.con

RE: [PHP-INST] help request: library problem?

2001-01-12 Thread Pomar Berry, Christian
Just find out where libmysqlclient is: find / -name "libmysqlclient*" -print You should have some one somewhere; most likely in /usr/local/mysql-3.22.32-pc-linux-gnu-i686/ (because here is where you think mysql is no?) When you find where it is, just try to figure out which path you must give

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Pomar Berry, Christian
I don't know if this means anything important, but the line: ac_cv_c_inline=${ac_cv_c_inline=__inline} Appears twice in my config.cache (one after the other). Regards, Christian > -Mensaje original- > De: Roman Hochuli [mailto:[EMAIL PROTECTED]] > Enviado el: viernes 12 de enero de 2

[PHP-INST] Compiling PHP 4.0.4 on Irix 6.5 : A Solution

2001-01-12 Thread Pomar Berry, Christian
;t have to go > out of your way to let them know about how you solved the > problem - most of > them read this list anyway. > > - Original Message - > From: "Pomar Berry, Christian" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday,

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Pomar Berry, Christian
Hi, just put my name in it (my ego needs growing a bit, ;-) Take care, Christian > -Mensaje original- > De: Roman Hochuli [mailto:[EMAIL PROTECTED]] > Enviado el: viernes 12 de enero de 2001 10:16 > Para: Pomar Berry, Christian > Asunto: AW: [PHP-INST] Compiling PHP 4.

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Pomar Berry, Christian
ot; > > - Original Message - > From: "Pomar Berry, Christian" <[EMAIL PROTECTED]> > To: "'Roman Hochuli'" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, January 12, 2001 7:27 PM > Subject: RE: [PHP-INST]

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-12 Thread Pomar Berry, Christian
:[EMAIL PROTECTED]] > Enviado el: jueves 11 de enero de 2001 20:46 > Para: Pomar Berry, Christian > Asunto: AW: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5 > > > Hello Christian > > Today I played a bit with this 'inline'-thing. > > After changing > >

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-10 Thread Pomar Berry, Christian
corresponding error dissapears. I will try (tomorrow) to remove the inlines and see if it gets compiled... Take care, Christian > -Mensaje original- > De: Roman Hochuli [mailto:[EMAIL PROTECTED]] > Enviado el: miércoles 10 de enero de 2001 11:16 > Para: Pomar Berry, Christian

RE: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5

2001-01-10 Thread Pomar Berry, Christian
Hi Roman, First of all: it did not work. I got exactly the same errors as with -n32. Bad luck. Anyway, I think that we could help the guys from PHP trying to make this thing work with the native compiler (which, in turn --sorry GNU blokes-- is much better than any other when it gets to make fast

RE: [PHP-INST] Apache configuration

2001-01-10 Thread Pomar Berry, Christian
Are you sure that you want to activate *all modules*? that's what the --activate-module=all does. I think I read somewhere that some modules in Apache require real true ansi compilers, so when you include them all, you need to have a real good compiler. Why don't you just run configure like th