php-install Digest 11 Dec 2001 02:28:51 -0000 Issue 596

Topics (messages 5253 through 5255):

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

Undefined Variable Warnings & Mail Settings
        5254 by: Carolyn Mescan

PHP 4.1.0/gd compile error
        5255 by: Allie Micka

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 ---
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 ---
--- Begin Message ---
PHP List,
 
I am a new PHP user and have just installed it on a Windows NT IIS Server. I have set 
the configuration variable display_errors = Off in the php.ini file but am still 
getting many of the errors shown below on the webpage generated by the discussion 
board application I am using PHP for which is called UBBThreads. Can anyone tell me 
why these are still showing up, and why do they exist at all??? 
 
My second question is how to set the configuration in the php.ini file so the board 
can send mail. Here are the settings that are in the php.ini file now:
 
[mail function]
; For Win32 only.
SMTP = smtp.louisville.edu
 
; For Win32 only.
sendmail_from = [EMAIL PROTECTED] 
 
; For Unix only. You may supply arguments as well (default: 'sendmail -t -i').
;sendmail_path = 
 
Thanks for any help.
 
Carolyn
 
Sample of undefined constant/variable errors:
 
PHP Warning: Use of undefined constant viewmessage - assumed 'viewmessage' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 55 PHP Warning: Use of undefined constant viewpoll - assumed 'viewpoll' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 56 PHP Warning: Use of undefined constant ubbthreads - assumed 'ubbthreads' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 57 PHP Warning: Use of undefined constant all_admin - assumed 'all_admin' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 58 PHP Warning: Use of undefined constant ONLINE_HEAD - assumed 'ONLINE_HEAD' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 59 PHP Warning: Use of undefined constant ONLINE_BODY - assumed 'ONLINE_BODY' in 
E:\inetpub\cbpa.louisville.edu\wwwroot\discussions\languages\english\online.php on 
line 60 

--- End Message ---
--- Begin Message ---
I'm having a problem compiling PHP 4.1.0 with gd support.  I've got gd-2.0.
1 installed from the ports tree.  php configures fine, but during the 
compile it outputs the following:

-c gd.c
gd.c: In function `zm_startup_gd':
gd.c:271: `gdArc' undeclared (first use in this function)
gd.c:271: (Each undeclared identifier is reported only once
gd.c:271: for each function it appears in.)
gd.c:272: `gdPie' undeclared (first use in this function)
gd.c:273: `gdChord' undeclared (first use in this function)
gd.c:274: `gdNoFill' undeclared (first use in this function)
gd.c:275: `gdEdged' undeclared (first use in this function)
gd.c: In function `zif_imagecreatetruecolor':
gd.c:556: warning: assignment makes pointer from integer without a cast
gd.c: In function `zif_imagecreatefromstring':
gd.c:1061: `gdImageCreateFromGifCtx' undeclared (first use in this 
function)
gd.c: In function `zif_imagecreatefromgif':
gd.c:1203: `gdImageCreateFromGif' undeclared (first use in this function)
gd.c:1203: `gdImageCreateFromGifCtx' undeclared (first use in this 
function)
gd.c: In function `zif_imagecolorat':
gd.c:1594: structure has no member named `tpixels'
gd.c: In function `_php_image_convert':
gd.c:3491: `gdImageCreateFromGif' used prior to declaration
gd.c:3491: warning: assignment makes pointer from integer without a cast


and then dies.

Please let me know if there's anything else you need to know.

thanks in advance,

Allie Micka
pajunas interactive, inc.
http://pajunas.com

--- End Message ---

Reply via email to