Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] error while loading shared libraries

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error while loading shared libraries


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Cc: 陳 柏宏 <>
  • Subject: Re: [cgal-discuss] error while loading shared libraries
  • Date: Fri, 20 Feb 2009 17:57:48 +0100
  • Organization: GeometryFactory

On Friday 20 February 2009 17:47:16 陳 柏宏 wrote:
> Hi,
> I get the following error while loading shared libraries when trying to run
> a program under CGAL 3.4?
>
> error while loading shared libraries: libCGAL.so.1: cannot open shared
> object file: No such file or directory
>
> is this something wrong with the way i compiled it or something wrong about
> environment variables?

I have already anwser to your previous mail:

CGAL-3.4 libraries are not binary compatible with programs compiled with
previous versions (3.2, 3.3). For that reason, the SONAME is now
"libCGAL.so.3" (instead of "*.1"). You need either:
  - to make LD_LIBRARY_PATH point to CGAL-3.2/lib,
  - or recompile your application with CGAL-3.4.

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/




Archive powered by MHonArc 2.6.16.

Top of Page