php-install Digest 29 Oct 2001 15:57:03 -0000 Issue 528
Topics (messages 4775 through 4782): php with oracle 9i (HELP) 4775 by: Chun Hui Oracle 9i 4776 by: Juan Leon where are the gurus? help needed... 4777 by: Arne Goetje Re: compiling php as an module 4778 by: Joern Muehlencord Installning on an old WIN95 PC 4779 by: Sebastian Stücker How to run shell script ? 4780 by: Perrin 4781 by: Sebastian Stücker HELP! - Need PHP for Sun Solaris 8 4782 by: Dennis Olson 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] ----------------------------------------------------------------------
Hi, I try to compile php as apache module with mysql, and oracle 9i support on linux.....but I can't find any support for oracle 9i. Does anyone know how can I compile php so that it can connect to oracle 9i. Please email me ([EMAIL PROTECTED]) Thanks for your attentions. Chun Hui
Hello, Has anyone managed to get PHP to link with Oracle9i? I suspect some Oracle 9 lib is OCI8-compatible, so it shouldn't be too hard to get this to work -- possibly a small change to the configure script. Unfortunately I don't know enough about Oracle to make this happen. A previous article on php-db suggested that someone had succeeded and reported on the success to php-install, but I haven't found any relevant solutions in the archives. Thanks! Juan [EMAIL PROTECTED]
Hi, I have a very strange problem here. Machine: FreeBSD 4.4-stable, apache 1.3.22 and php 4.0.6 compiled from source. When I open a php site the browser always asks me the dwnloading question. But in the httpd.conf file everything seems to be correct: LoadModule php_module libexec/libphp4.so AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps I even tried: AddHandler php-script .php .php3 .phtml And I tried to install older php and apache version, but the result is always the same... httpd -l returns: Compiled-in modules: http_core.c mod_so.c suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec The rest is compailed as DSO. I also tried to compile it statically, but the same result. Does anyone has a hint? Arne
Hi out there, > > Yes, I have - and I think I have found what I need. --with-apxs. But I > > cannot succeed, because no libphp4.so is created during the build > > process. > Unless you write what is going wrong, nobody cannot help you... > If it's a build problem, you should have some errors. I know - but there were no build errors. But someone told me, what was wrong. I included the full path to apxs (/usr/sbin). Now I have tried without and the lib was createtd in ./libs. I just copied it to /usr/lib/apache-extramodules/ restarted apache and it works. I dont know, why the lib was not created in the ealier build processes. Anyway - here is my configure-call: ./configure --prefix=/usr --with-exec-dir=/usr/bin --with-regex=system --enable-versioning --enable-sysvmem --enable-sysvshm --with-mod_charset --enable-force-cgi-redirect --with-mm --enable-trans-id --enable-yp --enable-ftp --with-xml --with-gettext=/usr/share/ --disable-static --disable-debug --disable-rpath --enable-pix --enable-inline-optimation --with-zlib --with-config-file-path=/etc --enable-magic-quotes --enable-debugger --enable-track-vars --enable-save-mode --with-openssl --with-unixodbc --with-pdflib=/usr/local --enable-shared=libphp4 --with-apxs > > That is, what I am asking here. > > BTW: I do NOT want to compile Apache again!! > Why not? It's not like compiling kernel or X. It compiles in a few > minutes. > Anyway, if you not prefer to compile, use binary packages. I prefer to use binary-packages - but I havent found a Mandrake rpm for php with pdflib-support. So I had to create my own one... But it seems, that in this special case (apache,php, etc.) a source package is the better way... I think I try to find out, what prefix, configdir etc Mandrake uses for apache, so that I can recompile it... Thanx to all who tried to help me! Joern
Hi! I am trying to install PHP404 oder 406 on a win95 computer, i always get an error with a missing export-ole32.dll:CoCreateInstanceEx. I think I need some kind of dll update for the ole32.dll but i have no www access here, just mail! could s.o. send me the required update? thanks! sebastian
Dear all, I would like to ask one question, on php program can call some shell script program ? do you have some examples for me ? I tried to find on php help, but nothing to find ! Thank !
Hi Perrin. >From PHP you are able to call any external program (shell scripts are nothing else) >with the "system" call - which is also described in the php documentation greetings, sebastian ps: i think i need the following file: http://download.microsoft.com/msdownload/dcom/95/x86/en/dcom95.exe could s.o. please send it to me because i have no access to http from here. thanks! Perrin schrieb: > Dear all, > > I would like to ask one question, on php program can call some shell script program >? do you have some examples for me ? I tried to find on php help, but nothing to find >! > > Thank !
I need to find the version of PHP for Solaris 8. I need it already compiled, because I can't find a C compiler for Solaris. (The GNU compiler GZ file errored when trying to extract with "Directory Checksum Error") Can someone please help me out on this? Reply to: [EMAIL PROTECTED] Thanks a million!