Date: Tue, 23 Oct 2001 17:34:01 -0400 (EDT) From: Shirley Palma <spalma@mail.communityconnect.com> To: <freebsd-questions@freebsd.org> Subject: php with oci support on freebsd Message-ID: <Pine.SUN.4.33.0110231520160.3656-100000@bp101>
next in thread | raw e-mail | index | archive | help
i've set up a 4.4-stable machine to run linux emulation so that i can run php with oci8 support on apache. i've been trying to run a setup of precompiled linux binaries of apache, php, and oracle, and while apache and oracle both work on their own, loading libphp4.so as part of apache gives me this error upon trying to start httpd: LINUX: 'ipc' typ=3 not implemented httpd could not be started well, that's the error i got when the machine was 4.1.1-stable. now that i've upgraded to 4.4, the typ= has changed from 3 to 13. since i have little to no idea what the error means, i'd first like to ask for help understanding what may be occuring with ipc so i can overcome it and move on to the next problem. otherwise, i'm looking to hear from anyone that's tried this apache+php+oracle combination before on freebsd, and if it was successful, what pitfalls to avoid to get the setup running. cc# uname -a FreeBSD cc.communityconnect.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Fri Oct 19 15:29:47 EDT 2001 root@cc.communityconnect.com:/usr/obj/usr/src/sys/GENERIC i386 installed from source dated Oct 13 2001 using apache 1.3.12, php 4.0.3pl1, and oracle 8.0.5 linux binaries (not ports), graciously made possible (in theory) by linux_base-6.1 and linux_develtools-6.1. making sure apachectl is pointing to those appropriate sources: $ENV{'LD_LIBRARY_PATH'}="/usr/local/lib:/opt/db/mysql/product/3.22.16a/lib/mysql/:/opt/db/oracle/product/current/lib/"; $ENV{'ORACLE_HOME'}="/opt/db/oracle/product/current"; thanks, shirley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.4.33.0110231520160.3656-100000>