php-install Digest 21 Jan 2003 12:29:18 -0000 Issue 1211

Topics (messages 9747 through 9753):

Re: PHP seems to be garbled?
        9747 by: Rasmus Lerdorf

Re: Unable to load dynamic library php_oci8.dll on Windows XP SPK1
        9748 by: Edin Kadribasic

php instal problem
        9749 by: mon.aiseni.com
        9750 by: mon.aiseni.com

Re: Problem compiling PHP 4.3.0 with Apache 1.3.27 on SuSE Linux 7.3
        9751 by: Manuel Cramer

Compile: cannot find lib.pq
        9752 by: Jean-Christian Imbeault

PostgreSQL and PHP - install problem OSX
        9753 by: Mario Ruggier

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 ---
Try a full "make clean" re-compile.

On Mon, 20 Jan 2003, Edwin Boersma wrote:

> I successfully compiled PHP 4.3.0 on SuSE Linux 7.1 and Apache 1.3.22, 
> using the same options as my previous version, 4.1.2: --with-mysql 
> --with-apxs=/usr/local/apache/bin/apxs. When I start Apache, it cannot 
> start because libphp4.so "seems to be garbled". What does this mean and 
> how can I solve this?
> 
> Regards,
> Edwin
> 
> 
> 

--- End Message ---
--- Begin Message ---
You need to have Oracle client on the machine where PHP is installed.

Edin

"Andre Matos" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I am receiving the mensage "Unable to load dynamic library
> "C:\ApacheGroup\PHP\extensions\php_oci8.dll"
>
> I am using Windows XP SPK1 with Apache2.0.43 with PHP4-4.2.3.
>
> I tried to use with Oracle but when I uncomment the line:
>
> extension=php_oci8.dll
>
> I started to receive this mensage:
>
> Unable to load dynamic library "C:\ApacheGroup\PHP\extensions\php_oci8.dll
>
>
> Regards,
> Andre Matos
>
>


--- End Message ---
--- Begin Message ---
hi i wonder if anyone could help me?

i instaled apache server apache_1.3.27-win32-x86-no_src and now im trying
to instal PHP4. i did everything what they asked me, i dont know where i
went wrong but it seems to me like php is not working together with apache.

when i put a php file on htdocs and then trying to access it throuht
http://localhost it asks me whether i want to download it and then it
oppens the script on notepad.

what could possiblu go wrong

PS: i am using Windows, all the downloads i got them for windows.

hope u can help me
many thanks


--- End Message ---
--- Begin Message ---
hi i wonder if anyone could help me?

i instaled apache server apache_1.3.27-win32-x86-no_src and now im trying
to instal PHP4. i did everything what they asked me, i dont know where i
went wrong but it seems to me like php is not working together with apache.

when i put a php file on htdocs and then trying to access it throuht
http://localhost it asks me whether i want to download it and then it
oppens the script on notepad.

what could possiblu go wrong

PS: i am using Windows, all the downloads i got them for windows.

hope u can help me
many thanks




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

i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3.
after recompiling PHP about 30 times, i noticed that the option --with-qtdom creates this error. But why? In all previous Versions it worked. Why not in PHP 4.3.0?

My installed Version of the qtdom is 2.3.1.

thanks

Manuel Cramer
Germany

--- End Message ---
--- Begin Message --- I am trying to compile PHP with the --with-pgsql flag but I get the following error:

configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path

I do not have Postgres installed on this machine. The DB is on another machine.

What do I need to do in order to get PHP to compile with Postgres support? Do I just need to copy some header file over?

I don't want to install Postgres on this machine at all if possible. I don't even want to install it and then remove it ... if possible :)

Thanks,

Jc

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

I am trying to install PostgreSQL on OSX, as wonderfully laid out at:
http://developer.apple.com/internet/macosx/postgres.html

All steps until User Access and Authentication go exactly as described.
I have skipped the sections on installing access from Perl and from Java,
and jumped to PostgreSQL and PHP with the aim of installing phpPgAdmin.
Inside the php-4.3.0 directory, I do the following:

sudo sh
sh-2.05a# ./configure --with-pgsql --with-apxs

which gives the warning message:

+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| [EMAIL PROTECTED] mailing list and include appropiate |
| information about your setup. |
+--------------------------------------------------------------------+

I do not see any errors in the debug.log file (which I am including below).
I try to go on withe the next step:

make

but this fails when trying:

gcc -dynamic -twolevel_namespace -bundle -bundle_loader /usr/sbin/httpd -g -O2 ...

with error:

ld: table of contents for archive: /usr/local/pgsql/lib/libpq.a is out of date; rerun ranlib(1) (can't load from it)
make: *** [libs/libphp4.bundle] Error 1

Anyone can tell why?

Many thanks,

Mario Ruggier


=================================
debug.log
=================================
CONFIGURE: './configure' '--with-pgsql' '--with-apxs'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -no-cpp-precomp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DHARD_SERVER_LIMIT=2048 -DEAPI
CXX:
CXXFLAGS:
INCLUDES: -I$(top_builddir)/Zend -I/usr/local/pgsql/include
LDFLAGS: -L/usr/local/pgsql/lib -L/usr/local/pgsql/lib
LIBS: -lpq -lm
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/pgsql/lib
uname -a: Darwin Computer-van-Fr-d-ric-VandeVyver.local. 6.3 Darwin Kernel Version 6.3: Sat Dec 14 03:11:25 PST 2002; root:xnu/xnu-344.23.obj~4/RELEASE_PPC Power Macintosh powerpc

gcc -o conftest -g -O2 -no-cpp-precomp -DDARWIN -DUSE_HSREGEX -DUSE_EXPAT -DHARD_SERVER_LIMIT=2048 -DEAPI -L/usr/local/pgsql/lib -L/usr/local/pgsql/lib conftest.c -lpq -lm 1>&5
=================================

--- End Message ---

Reply via email to