The Following User Says Thank You to albright For This Useful Post: | ||
|
2008-02-01
, 17:05
|
Posts: 322 |
Thanked: 28 times |
Joined on Feb 2007
|
#12
|
sorry I wasn't very clear
after you know you are root type
(plus enter of course)Code:cd /usr/local/lib/
then
(plus enter)Code:ls sas*
let us know what the output is. If it really
is "no such file ..." then for sure your installation
is corrupted.
BTW, my output from the "ls sas*" command looks
like this:
Code:/usr/local/lib $ ls sas* libanonymous.la libcrammd5.so.2.0.22 libotp.so.2 libanonymous.so libdigestmd5.la libotp.so.2.0.22 libanonymous.so.2 libdigestmd5.so libplain.la libanonymous.so.2.0.22 libdigestmd5.so.2 libplain.so libcrammd5.la libdigestmd5.so.2.0.22 libplain.so.2 libcrammd5.so libotp.la libplain.so.2.0.22 libcrammd5.so.2 libotp.so
|
2008-02-01
, 22:48
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#13
|
|
2008-02-02
, 03:37
|
Posts: 322 |
Thanked: 28 times |
Joined on Feb 2007
|
#14
|
|
2008-02-02
, 13:42
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#15
|
ln -s /usr/local/lib/sasl2 /usr/lib
sudo su
|
2008-02-02
, 15:32
|
Posts: 322 |
Thanked: 28 times |
Joined on Feb 2007
|
#16
|
|
2008-02-02
, 16:49
|
Posts: 145 |
Thanked: 32 times |
Joined on Dec 2007
|
#17
|
ln (option) TARGET...LINK_NAME/DIRECTORY
That sounds like the right sort of output for a 'symbolic link' right?
ln -s /usr/local/lib/sasl2 /usr/lib
cd /usr/lib ls -l sasl2
lrwxrwxrwx 1 root root 20 Jan 31 13:51 sasl2 -> /usr/local/lib/sasl2
The Following 2 Users Say Thank You to albright For This Useful Post: | ||
|
2008-02-03
, 04:45
|
Posts: 322 |
Thanked: 28 times |
Joined on Feb 2007
|
#18
|
you should get:
You should check whether the link exists (I doubt it) andCode:lrwxrwxrwx 1 root root 20 Jan 31 13:51 sasl2 -> /usr/local/lib/sasl2
if it does not then create it (follow PB's instructions again,
to the letter).
|
2008-04-09
, 15:17
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2008
|
#19
|
|
2008-04-09
, 21:24
|
Posts: 425 |
Thanked: 132 times |
Joined on Mar 2008
@ California
|
#20
|
The Following 2 Users Say Thank You to josiahg777 For This Useful Post: | ||
Tags |
deprecated, kde, kde35, kmail |
|
after you know you are root type
then
let us know what the output is. If it really
is "no such file ..." then for sure your installation
is corrupted.
BTW, my output from the "ls sas*" command looks
like this: