Log in

Bekijk de volledige versie : Error ipkg, can't create symlink



Florian
14-04-2006, 19:57
Hi,

I have a problem with ipkg, i can't install ANY package !!

$ /opt/bin/ipkg install zlib (For exemple, or svn, mt-daapd...)
...
ipkg: Cannot create symlink from ./opt/lib/libz.so.1 to 'libz.so.1.2.2' : Operation not permitted
...

however, i can "$ touch /opt/lib/plop"
And others files of package are install correctly !

Thx,
Florian

Sawilla
16-04-2006, 00:56
Florian,

I see the same error when I try to install some ipkg packages.
I do run release 1.9.2.7-7b.

When I try lo make links with the ln command then I see the same issue.
It looks like the ln command is not working correctly.

Can anybody help us with problem? :confused:

Thanks

Florian
16-04-2006, 19:30
Hi,

My version is 1.9.2.7-7c !

And it looks like the ln command is not working correctly too !!

Help plz ! :D
Thx to U,
Florian

oleo
17-04-2006, 09:20
Format /opt partition with

mke2fs -j -M /opt -L opt /dev/discs/disc0/part1
then
mount /dev/discs/disc0/part1 /opt
then
/usr/bin/ipkg.sh update
then
ipkg.sh install ipkg
then
ipkg update
Now you are ready to install packages!.

Florian
18-04-2006, 17:13
THX A LOT ! ;)

Florian