Hello list,

I used the following RPMs by Oracle:
oracle-instantclient11.2-basic-11.2.0.2.0-1
oracle-instantclient11.2-devel-11.2.0.2.0-1

Which can be downloaded from here:
http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html

Below, is the output I got. In bold are message strings I have comments
on.

Thanks,

Installing on a linux, Ver#2.6
Using Oracle in /usr/lib/oracle/11.2/client64
Can't find sqlplus. Pity, it would have helped. 
Jess: sqlplus actually did exist on this machine but since the Oracle
installation [not done via an RPM], only configures the ENV for use of
the 'oracle' user, sqlplus was not in the PATH. Not much you can do
about this of course.. maybe prompt for the PATH?
Forcing Oracle version to be treated as 11.2.0.2
Oracle version 11.2.0.2 (11.2)
Found /usr/share/oracle/11.2/client64/demo.mk
Using /usr/share/oracle/11.2/client64/demo.mk
Your LD_LIBRARY_PATH env var is set to ':/usr/lib:/usr/local/lib'
WARNING: Your LD_LIBRARY_PATH env var doesn't include
'/usr/lib/oracle/11.2/client64/lib' but probably needs to.
Jess: this is not strictly true. What I usually do is:
# cat /etc/ld.so.conf.d/oracle 
/usr/lib/oracle/11.2/client64/lib
In my opinion, placing the oracle.conf file under /etc/ld.so.conf.d and
running ldconfig is cleaner then just adding to LD_LIBRARY_PATH in some
bashrc or profile file.
I'm not saying the message should be omitted altogether but perhaps
changed?

Reading /usr/share/oracle/11.2/client64/demo.mk
WARNING: Oracle /usr/share/oracle/11.2/client64/demo.mk doesn't define a
'build' rule.

WARNING: I will now try to guess how to build and link DBD::Oracle for
you.
         This kind of guess work is very error prone and Oracle-version
sensitive.
         It is possible that it won't be supported in future versions of
DBD::Oracle.
         *PLEASE* notify dbi-users about exactly _why_ you had to build
it this way.
Jess: and this is my notifying you guys :)
Found header files in /usr/include/oracle/11.2/client64.

client_version=11.2


DEFINE= -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.2\"
-DORA_OCI_102 -DORA_OCI_112






-- 
Best regards,

Jess Portnoy 


**********************************************************************
ICAP's 19th global annual Charity Day - Wednesday 7 December 2011 - Together we 
give 100%
See www.icapcharityday.com for further details.


This communication and all or some of the information contained therein may be 
confidential and is subject to our Terms and Conditions. If you have received 
this communication in error, please destroy all electronic and paper copies and 
notify the sender immediately. Unless specifically indicated, this 
communication is not a confirmation, an offer to sell or solicitation of any 
offer to buy any financial product, or an official statement of ICAP or its 
affiliates. Non-Transactable Pricing Terms and Conditions apply to any 
non-transactable pricing provided. All terms and conditions referenced herein 
available at www.icapterms.com. Please notify us by reply message if this link 
does not work.
**********************************************************************


Reply via email to