Xref: alice comp.databases.oracle.server:65113
Path: alice!news-feed.fnsi.net!newspump.monmouth.com!newspeer.monmouth.com!logbridge.uoregon.edu!newsfeed.esat.net!Ireland.EU.net!not-for-mail
From: "Keith Jamieson" <jamiesonk@phoenix.ie>
Newsgroups: comp.databases.oracle.server
Subject: Re: Error running external procedure at the AIX
Date: Thu, 9 Sep 1999 14:08:44 +0100
Organization: EUnet Ireland customer
Lines: 15
Message-ID: <7r8bhe$otk$1@ezekiel.eunet.ie>
References: <7r7rbp$vnj$1@nnrp1.deja.com>
X-Newsreader: Microsoft Outlook Express 4.72.3612.1700
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700

You have to compile the object using the position indepent method. Your C
manual should tell you the appropriate flag to use.

>ORA-06520: PL/SQL: Error loading external library
>ORA-06522: readExports: Invalid argument.
>
>I was told that the same program is successfully run at the Sun Solaris
>platform.
>Did anyone successfully run an external procedure at the AIX?
>I compiled the program with the commands:
>cc -c cprg.c
>ld -G -o cprg.so cprg.o /usr/lib/crt0.o
>


