LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-16-2003, 05:56 PM   #1
cbjhawks
Member
 
Registered: Oct 2001
Location: Overland Park, KS
Distribution: Kubuntu 22.04
Posts: 375

Rep: Reputation: 30
How do I link a missing file?


the exe file/program that I've installed cant find (file1)...file1 is installed in two places (one for the exe and another location for other library files that need it)...I have tried to use the ln command in various ways with no luck, the exe still cant find the required library file...example:

ln -s exe (path) file1 (path)
AND
ln -s file1 (path) exe (path)

The second occurence:

ln -s exe (path) file1 (same name different path)
AND
ln -s file1 (same name different path) exe (path)

The end result is still the same...the exe says it cant find required lib file1...does anyone have any ideas...during ./configure, make and make install 'no errors' occured. Below is the result from the Crash Handler when I try to run the exe. See below please.

[New Thread 1095534496 (LWP 3539)]
0xffffe002 in ?? ()
#0 0xffffe002 in ?? ()
#1 0x409265bd in KCrash::defaultCrashHandler(int) ()
from /usr/lib/libkdecore.so.4
#2 <signal handler called>
#3 0x406df9fc in KRecentFilesAction::saveEntries(KConfig*, QString) ()
from /usr/lib/libkdeui.so.4
#4 0x080558b8 in CdboShell::saveOptions() ()
#5 0x080557ff in CdboShell::queryExit() ()
#6 0x40731f39 in KMainWindow::shuttingDown() () from /usr/lib/libkdeui.so.4
#7 0x4073291a in KMainWindow::qt_invoke(int, QUObject*) ()
from /usr/lib/libkdeui.so.4
#8 0x40345f74 in KParts::MainWindow::qt_invoke(int, QUObject*) ()
from /usr/lib/libkparts.so.2
#9 0x08054953 in CdboShell::qt_invoke(int, QUObject*) ()
#10 0x40cb80c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#11 0x40cb7f6d in QObject::activate_signal(int) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#12 0x408c778e in KApplication::shutDown() () from /usr/lib/libkdecore.so.4
#13 0x408c7995 in KApplication::qt_emit(int, QUObject*) ()
from /usr/lib/libkdecore.so.4
#14 0x40cb8076 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#15 0x40cb7f6d in QObject::activate_signal(int) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#16 0x40f8fbdc in QApplication::aboutToQuit() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#17 0x40c6dcc5 in QEventLoop::enterLoop() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#18 0x40c5a1b1 in QApplication::enter_loop() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#19 0x40e1b691 in QDialog::exec() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#20 0x407710f3 in KWritePermsIcon::qt_static_property(QObject*, int, int, QVariant*) () from /usr/lib/libkdeui.so.4
#21 0x40773950 in KMessageBox::error(QWidget*, QString const&, QString const&, int) () from /usr/lib/libkdeui.so.4
#22 0x08059be4 in CdboPluginManager::createTop() ()
#23 0x08059076 in CdboPluginManager::qt_invoke(int, QUObject*) ()
#24 0x40cb80c9 in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#25 0x40f97452 in QSignal::signal(QVariant const&) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#26 0x40cd2158 in QSignal::activate() () from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#27 0x40cd90b3 in QSingleShotTimer::event(QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#28 0x40c59f24 in QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#29 0x40c59b19 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#30 0x408ba1e9 in KApplication::notify(QObject*, QEvent*) ()
from /usr/lib/libkdecore.so.4
#31 0x40c34d95 in QEventLoop::activateTimers() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#32 0x40c128e8 in QEventLoop:rocessEvents(unsigned) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#33 0x40c6dd91 in QEventLoop:rocessEvents(unsigned, int) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#34 0x40c5a080 in QApplication:rocessEvents(int) ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#35 0x40c5a047 in QApplication:rocessEvents() ()
from /usr/lib/qt-3.1/lib/libqt-mt.so.3
#36 0x08054eab in CdboShell::CdboShell(char const*) ()
#37 0x080545ca in main ()
#38 0x42015504 in __libc_start_main () from /lib/tls/libc.so.6

I dont know enough about linux to understand what this is saying to me...please advise and thanks for your reply/time.
 
Old 07-16-2003, 07:19 PM   #2
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Maybe if you run "/sbin/ldconfig" that will solve it. It's necessary to do that every time new shared libraries are installed (or symlinks are created). See "man ldconfig".

Last edited by zmedico; 07-16-2003 at 07:21 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing a GUI Link latcarf Linux - Software 0 07-23-2005 09:25 PM
Symobolic LInk to Devices Missing on Reboot mykeey Linux - Newbie 7 01-16-2005 10:13 PM
Missing Link- Fill With Logic inescapeableus Linux - Software 12 09-05-2004 03:31 PM
Yum update complains missing file (broken dep), but file can be located. davidas Linux - Software 0 03-27-2004 09:11 PM
Missing Link? Allen614 General 0 05-18-2003 05:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration