LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 06-17-2006, 03:18 AM   #1
kat99
LQ Newbie
 
Registered: Jun 2005
Posts: 5

Rep: Reputation: 0
Mobile phone solutions?


Hello! I have a Sony Ericsson z800i which I want to connect to my computer (save sms, manage phonebook etc.) which is running Fedora. I found this program called Tsemgr which I tried to install. During installation, it requested the libezV24 which I also tried to install. as root I did make install:

install -d -m 755 /usr/local/include/ezV24/;
install -m 644 ezV24.h /usr/local/include/ezV24/
install -m 644 -s libezV24-0_s.a /usr/local/lib/libezV24-0_s.a
install -m 755 -s libezV24.so.0.1 /usr/local/lib/libezV24.so.0.1
rm -f /usr/local/lib/libezV24.so.0 /usr/local/lib/libezV24.so
ln -s /usr/local/lib/libezV24.so.0.1 /usr/local/lib/libezV24.so.0;\
ln -s /usr/local/lib/libezV24.so.0 /usr/local/lib/libezV24.so;\
ldconfig
/bin/sh: ldconfig: command not found
make: *** [install] Error 127

What does that mean? (except from the fact that this is a newbie posting a question..)

Any other programs that work better for synchronizing cellular phone with a Fedora computer?

Thanks!

Alex
 
Old 06-17-2006, 08:23 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
/bin/sh: ldconfig: command not found
Means it couldn't find the command "ldconfig". This means either it is not in any of the directories in your PATH variable or it doesn't exist on your system.

Type "echo $PATH" to see what directories are in your PATH variable.

Type "find / -name ldconfig" to see if you can find a fully qualified file name (one that includes a directory and ends in the command name e.g. /usr/local/bin/ldconfig). If you do see if the directory that appears before ldconfig is in the PATH you displayed earlier. If not you can add it to your path by typing:
PATH=$PATH:dirname - Where "dirname" is the directory you found with your find command (using my earlier example it would be: PATH=$PATH:/usr/local/bin).
 
Old 06-17-2006, 08:54 PM   #3
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
It's probably in /sbin which would be in the PATH for a user or root depending on how you used su. This would be a quick-hack style fix:
Code:
ldconfig=/sbin/ldconfig make install
 
Old 06-19-2006, 08:41 AM   #4
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Quote:
ldconfig=/sbin/ldconfig make install
Doesn't the way you show it make it a variable called as $ldconfig? Are you saying the make command would understand $ldconfig with the command line you gave or are you assuming the Makefile would look for the variable $ldconfig?
 
Old 06-20-2006, 12:35 AM   #5
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Snapped! Yes I am spastic thank you

Maybe using alias to create an alias for ldconfig while you run 'make install' and then unalias it afterwards would be better
 
  


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
Which Mobile Phone should I buy? edwardvankuik Linux - Hardware 1 10-16-2005 09:09 AM
Charlotte Church's mobile phone Oops! Topless photo jumps through mobile phones in UK furfurdemon666 General 3 05-03-2005 08:03 AM
Mobile 3d solutions and their drivers HaloinaHaystack Linux - Laptop and Netbook 0 11-21-2004 03:30 PM
Linux and Mobile Phone fransemail Linux - Software 0 06-20-2004 08:50 AM
Linux on your mobile phone! breakerfall Linux - General 3 07-04-2003 12:45 PM

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

All times are GMT -5. The time now is 10:50 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