Re: trying to install gnome again



Hello
My previous message was stupid since i was trying to open a directory with PICO !!!
But I tried what you told me and here are the results :


/bin/sh ./mkinstalldirs /sw/share/aclocal
/usr/bin/install -c -m 644 ./audiofile.m4 /sw/share/aclocal/audiofile.m4 (cd /sw/src/root-audiofile-0.2.1-2/sw/lib && ln -s libaudiofile.0.dylib
libaudiofile-0.2.0.dylib)
cd: no such file or directory: /sw/src/root-audiofile-0.2.1-2/sw/lib
###  failed, exit code 1
Failed: installing audiofile-0.2.1-2 failed

Can anybody help ? I'm a total unix newbie !

Thanx

Actually it is nothing to serious, the jumping point why this fails is
this line

cd: no such file or directory: /sw/src/root-audiofile-0.2.1-2/sw/lib

So check if there is a directory /sw/src/root-audiofile-0.2.1-2/sw/lib


There is no directory so i created one but the install failed again with the same message

Further more it seemes there is a bug in the make install script, when
trying to link the file

ln -s libaudiofile.0.dylib libaudiofile-0.2.0.dylib

I assume that file that should be linked is "libaudiofile-0.2.0.dylib"
in that case it should be called like this

ln -s libaudiofile-0.2.0.dylib libaudiofile.0.dylib

You said you are actually Unix newbie, but if you like expierementing,
use a text editor and search
in the files you find in /sw/src/root-audiofile-0.2.1-2/  for the lines
ln -s libaudiofile.0.dylib libaudiofile-0.2.0.dylib

There arent any files in this directory :

[localhost:/sw/src/root-audiofile-0.2.1-2] root# ll
total 0
drwxr-xr-x   4 root     admin          92 Nov 28 10:21 .
drwxr-xr-x  70 root     admin        2336 Nov 28 10:21 ..
drwxr-xr-x   2 root     admin          24 Nov 28 10:21 DEBIAN
drwxr-xr-x   2 root     admin          24 Nov 28 10:21 sw

So should i search in /sw/src/audiofile-0.2.1-2 ?
There are tons of files in this directory !
Is it possible to search for these lines in many files at once with a special command or with pico ?

and replace them with the line

ln -s libaudiofile-0.2.0.dylib libaudiofile.0.dylib

Sorry that I could not provide you with the details in which file you'll
find this entry. This has to be told by another one,
who is more expertised.

Carsten
--
Registered Linux User #228992
_______________________________________________
gnome-list mailing list
gnome-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]