Operating System - HP-UX
1753534 Members
4988 Online
108795 Solutions
New Discussion юеВ

Re: shell script access to oracle data

 
SOLVED
Go to solution
John Flanagan
Regular Advisor

Re: shell script access to oracle data

I had downloaded and installed 5.8.2 earlier today. Is this version good enough?

Regards,

John.
H.Merijn Brand (procura
Honored Contributor

Re: shell script access to oracle data

Yes. IMHO 5.8.3 is better, but that's only small changes.

Where did you get it? from my site?
Then make sure that /opt/perl/bin or /opt/perl64/bin (if you fetched the 64bit version) is in front in your $PATH. (in front of path elements where other perl's can be found that is)

If you want to build DBD::Oracle too, you need the matching GNU gcc too

Use DBD::Oracle-1.15

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
John Flanagan
Regular Advisor

Re: shell script access to oracle data

I got it from software.hp.com.
I am currently downloading gcc 3.3.2

Regards,

John.
John Flanagan
Regular Advisor

Re: shell script access to oracle data

I have downloaded and extracted gcc from your page but how do I install?

H.Merijn Brand (procura
Honored Contributor

Re: shell script access to oracle data

Installation instruction (litarally) in the section that has the "GNU gcc" header:

Singapore https://www.beepz.com/personal/merijn/#Gcc
Rotterdam http://www.cmve.net/~merijn/#Gcc
Seattle http://ww.hpux.ws/merijn/#Gcc


--8<---
The 3.3.2 version of gcc available in the download section includes binutils 2.14 and gdb-6.0. Install it like this:

# cd /usr/local
# bzip2 -d < /var/tmp/gcc-3.3.2-64-11.00-elf64.tbz | tar xf -

And add /usr/local/pa20_64/bin to your $PATH, preferably in /etc/PATH.
-->8---

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
John Flanagan
Regular Advisor

Re: shell script access to oracle data

I have tried to compile with gcc and perl 5.6.1 and I get the following errors.

/usr/include/sys/socket.h:484: error: parse error before "sendfile"
/usr/include/sys/socket.h:484: error: parse error before "bsize_t"
/usr/include/sys/socket.h:486: error: parse error before "sendpath"
/usr/include/sys/socket.h:486: error: parse error before "bsize_t"
/usr/include/sys/socket.h:501: error: parse error before "__sendfile64"
/usr/include/sys/socket.h:501: error: parse error before "bsize_t"
/usr/include/sys/socket.h:502: error: parse error before "__sendpath64"
/usr/include/sys/socket.h:502: error: parse error before "bsize_t"
/usr/include/sys/socket.h:504: error: parse error before "sendfile"
/usr/include/sys/socket.h: In function `sendfile':
/usr/include/sys/socket.h:504: error: parse error before "bsize_t"
/usr/include/sys/socket.h: At top level:
/usr/include/sys/socket.h:505: error: parse error before "sendpath"
/usr/include/sys/socket.h: In function `sendpath':
/usr/include/sys/socket.h:505: error: parse error before "bsize_t"

Is it possible to find a compiled DBI and DBD for Oracle on HP-UX 11.11 32 bit?

Regards,

John.