Ticket #449 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

infinoted-0.4: error while loading shared libraries: libinfinity-0.4.so.0

Reported by: kardan Owned by: armin
Priority: normal Milestone: libinfinity 0.4.0
Component: Gobby Version: 0.4.0
Severity: normal Keywords:
Cc: Launchpad Bug:

Description

just installed from git on debian lenny

$ infinoted-0.4 
infinoted-0.4: error while loading shared libraries: libinfinity-0.4.so.0: cannot open shared object file: No such file or directory

./configure | grep no

checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether -lc should be explicitly linked in... no
checking whether to build gtk-doc documentation... no
checking for inftextgtk... no
checking for infgtk... no
checking for infinoted... yes
checking for avahi... no
config.status: creating infinoted/Makefile
config.status: creating infinoted/note-plugins/Makefile
config.status: creating infinoted/note-plugins/text/Makefile
  libinfgtk: no
  libinftextgtk: no
  infinoted: yes
  avahi: no

whats missing?

Change History

Changed 4 years ago by phil

You might need to run "ldconfig" as root once, if you installed libinfinity into /usr/local. If you used a local directory in your home, you probably need some LD_LIBRARY_PATH= magic. (Also if you didn't install it at all globally.)

Changed 4 years ago by kardan

thanks a lot, ldconfig did it.

Changed 4 years ago by armin

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.