From owner-freebsd-database Wed Jan 27 21:51:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17362 for freebsd-database-outgoing; Wed, 27 Jan 1999 21:51:59 -0800 (PST) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from bsd.braz.ru (ns.braz.ru [194.84.218.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17354 for ; Wed, 27 Jan 1999 21:51:56 -0800 (PST) (envelope-from posonsky@braz.ru) Received: from posonsky (posonsky.braz.ru [194.84.218.76]) by bsd.braz.ru (8.9.1a/8.9.1) with SMTP id NAA13253 for ; Thu, 28 Jan 1999 13:51:50 +0800 (IS) Message-ID: <001301be4a82$3d09aa00$4cda54c2@posonsky.braz.ru> From: "Stanislav Posonsky" To: Subject: Help to run OCI FreeBSD program Date: Thu, 28 Jan 1999 13:51:19 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Hi! I'd installed Oracle8 for Linux and made a very simple OCI program (olog -> oopen -> sleep(2) -> oclose -> ologof) as a test under FreeBSD 3.0.0-SNAP-19981225. But it does not run. This is like following (as I remember): %mkdir /usr/xperiment %cp a_program /usr/xperiment/ %cd /usr/xperiment %./a_program _some_binary_: unable to find _this_shared_library_ %cp /_path_/_this_shared_library_ `pwd`/ %ldconfig `pwd` %./a_program _some_binary_: unable to find _another_shared_library_ %cp /_path_/_another_shared_library_ `pwd`/ %ldconfig `pwd` . . . %./a_program _some_another: in libnsl.so.1 undefined reference to "__pthread_mutex_lock" Later I found all Linux shared libraries which content this symbol and copied they to the /usr/xperiment, ran brandelf and ldconfig. But result was the same. If anybody knows how to solve this sorrow, I'd like to be helped. Bye, mailto:posonsky@braz.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message