php-install Digest 9 Dec 2001 14:43:58 -0000 Issue 594

Topics (messages 5250 through 5251):

DBM disappeared
        5250 by: Colin Snover

How to compile php4.0.6 with Oracle-9i ?
        5251 by: Somsak RAKTHAI

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 ---
I'm on a Cobalt RaQ4i, and when I changed my PHP package from 4.0.6 to 4.0.6
"with new GD" it seems that DBM has disappeared. Any ideas on what happened and
how I can resolve it?

One of the major issues that I have with the Cobalt servers is that they tend to
not like anything that's not installed through Cobalt's PKG format, which means
that it's incredibly difficult to upgrade anything to its latest version
(especially true since Cobalt almost never releases updates for software). Even
after building source on the machine, it still doesn't work properly. Maybe it's
just my inexperience with *nix servers, but I'm really uncertain.
_____
Colin Snover
VeHost Support Services
--- End Message ---
--- Begin Message ---
Dear sir,
  Now I install "Oracle-9i" running on RedHat-7.2

  In php-4.0.6 have option for Oracle-7 or 8 below.

  --with-oci8[=DIR]       Include Oracle-oci8 support. Default DIR is
                          ORACLE_HOME.
  --with-oracle[=DIR]     Include Oracle-oci7 support.  Default DIR is
                          ORACLE_HOME.

  Don't have option for Oracle-9i.
  When I used command below.
      ./configure --with-apache=../apache_1.3.22 \
        --with-mysql=/usr/local/mysql \
        --with-imap=../imap-2001a \
        --with-ldap=/usr/local/openldap \
        --with-oracle=/u01/app/oracle/product/9.0.1 \
        --with-oci8=/u01/app/oracle/product/9.0.1 \
        --enable-sigchild

   It has error messages below.

       checking for Oracle-OCI8 support... yes
       checking Oracle Install-Dir... /u01/app/oracle/product/9.0.1
       checking Oracle version... configure: error: Oracle-OCI8 needed
libraries not found

   I want to compile PHP with Oracle-9i.
   Please let me more detail know how to solve this problem ?
                   thank you very much.
                       regards,
                       Somsak.

--- End Message ---

Reply via email to