From owner-freebsd-questions@FreeBSD.ORG Tue Jun 27 16:25:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F70F16A403 for ; Tue, 27 Jun 2006 16:25:47 +0000 (UTC) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (malcolm.Berkeley.EDU [128.32.206.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id B124744B5C for ; Tue, 27 Jun 2006 16:25:46 +0000 (GMT) (envelope-from mhunter@malcolm.berkeley.edu) Received: from malcolm.berkeley.edu (localhost [127.0.0.1]) by malcolm.berkeley.edu (8.13.6/8.13.3) with ESMTP id k5RGPkjd091480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Jun 2006 09:25:46 -0700 (PDT) (envelope-from mhunter@malcolm.berkeley.edu) Received: (from mhunter@localhost) by malcolm.berkeley.edu (8.13.6/8.13.3/Submit) id k5RGPk3O091479 for freebsd-questions@freebsd.org; Tue, 27 Jun 2006 09:25:46 -0700 (PDT) (envelope-from mhunter) Date: Tue, 27 Jun 2006 09:25:46 -0700 From: Mike Hunter To: freebsd-questions@freebsd.org Message-ID: <20060627162546.GA91453@malcolm.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (malcolm.berkeley.edu [127.0.0.1]); Tue, 27 Jun 2006 09:25:46 -0700 (PDT) Subject: linux emu, libmap and OracleCalendar (FBSD 5.4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2006 16:25:47 -0000 Hey everybody, I got Oracle Calendar installed, but I did some majorly nasty stuff (over-writing linux libraries with stuff on knoppix CDs, etc.) I had hoped to use libmap....I had to get a knoppix CD to run the installer to get past java issues (which I won't detail here). I copied the resulting installed directory over to my FBSD box and went to launch (after fixing a hard-coded string in the ocal launch script) but I got unhappiness: ./ocal Starting Oracle Calendar for Linux /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/bin/Ocal) /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/lib/core/libctlst.so) /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/lib/core/libctimpexp.so) /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/lib/core/libctcalcli.so) /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/lib/core/libctccli_cpp.so) /home/mhunter/OracleCalendar/bin/Ocal: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2.2' not found (required by /home/mhunter/OracleCalendar/lib/core/libctgt_cpp.so) I located the library on knoppix and copied it over to my home directory and did some libmap hacking: [/home/mhunter/OracleCalendar/bin/Ocal] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctcalcli.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctlst.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctimpexp.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctcalcli.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctccli_cpp.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 [/home/mhunter/OracleCalendar/lib/core/libctgt_cpp.so] libstdc++.so.5 /home/mhunter/lib/libstdc++.so.5.0.7 But it doesn't work...it's like it's not seeing the libmap stuff at all, I see the same error messages. Does the libmap stuff not work at all for Linux binaries, or did I miss something? I'm using 5.4-STABLE. Thanks! Mike