missing symlink for ROOT libraries

Bug #1550575 reported by Danny van Dyk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
root-system (Ubuntu)
New
Undecided
Unassigned

Bug Description

(this bug is similar to bug #1180808)

When installing root-plugin-math-minuit2, I noticed a problem when linking against libMinuit2.so.
Using LIBDIR=$(root-config --libdir), you are pointed to /usr/lib/x86_64-linux-gnu, which contains a symlink

   libMinuit2.so.5.34 -> root5.34/libMinuit2.so.5.34

Linking with 'g++ -lMinuit2 -L$(LIBDIR) [...]' then fails, since $(LIBDIR) does not contain the libMinuit2.so.

Please add symlinks 'libMinuit2.so -> libMinuit2.so.5', and 'libMinuit2.so.5 -> libMinuit2.so.5.34', as is usual
for shared objects.

One should probably audit all ROOT packages against this bug.

Revision history for this message
Heinz Dieter (heynz) wrote :

I ran into the same issue. Is there any package maintainer willing to fix this??? It's been 2 years since the first report...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.