Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] error loading shared libraries


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] error loading shared libraries
  • Date: Fri, 20 Feb 2009 12:04:56 +0100
  • Organization: GeometryFactory

On Friday 20 February 2009 10:01:57 陳 柏宏 wrote:
> Hi,
> I get the error
> error while loading shared libraries: libCGAL.so.1: cannot open shared
> object file: No such file or directory
>
> while trying to execute a program using CGAL
>
> what could be set up wrong here?
> my LIBRARY_PATH is set to CGAL-3.4/lib

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