Results 1 to 5 of 5

Thread: Error ipkg, can't create symlink

  1. #1

    Error ipkg, can't create symlink

    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

  2. #2
    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?

    Thanks

  3. #3
    Hi,

    My version is 1.9.2.7-7c !

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

    Help plz !
    Thx to U,
    Florian

  4. #4
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    Format /opt partition with
    Code:
    mke2fs -j -M /opt -L opt /dev/discs/disc0/part1
    then
    Code:
    mount /dev/discs/disc0/part1 /opt
    then
    Code:
    /usr/bin/ipkg.sh update
    then
    Code:
    ipkg.sh install ipkg
    then
    Code:
    ipkg update
    Now you are ready to install packages!.

  5. #5
    THX A LOT !

    Florian

Similar Threads

  1. Can't create partitions
    By sjdigital in forum WL-HDD Q&A
    Replies: 3
    Last Post: 07-01-2006, 18:13
  2. create file and directory
    By kiesceki in forum WL-HDD Q&A
    Replies: 1
    Last Post: 01-10-2005, 23:01
  3. Couldn't create socket!
    By Robertcop in forum WL-500g Q&A
    Replies: 0
    Last Post: 19-08-2005, 15:03
  4. Replies: 11
    Last Post: 12-04-2005, 10:45

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •