View previous topic :: View next topic |
Author |
Message |
xbradx n00b
Joined: 27 Apr 2002 Posts: 24 Location: charlotte, nc
|
Posted: Sat May 04, 2002 10:23 pm Post subject: can't emerge mozilla |
|
|
i'm trying to get a browser up and running and did "emerge mozilla". it compiled fine, but at the very end i get the error:
"/etc/ld.so.preload fopen: No such file or directory"
i can emerge other apps fine.. anyone know what's up with that error? |
|
Back to top |
|
|
xbradx n00b
Joined: 27 Apr 2002 Posts: 24 Location: charlotte, nc
|
Posted: Sun May 05, 2002 2:02 am Post subject: |
|
|
hmm i don't know what the problem was, but i tried emerging it again and it works now . |
|
Back to top |
|
|
divine n00b
Joined: 18 Apr 2002 Posts: 16 Location: Groton, CT
|
Posted: Sun May 05, 2002 10:27 am Post subject: |
|
|
to fix this, I just did:
Code: |
touch /etc/ld.so.preload |
just so the file exists, but there is nothing in it to affect any builds. _________________ =) |
|
Back to top |
|
|
mickt n00b
Joined: 06 May 2002 Posts: 3
|
Posted: Tue May 07, 2002 5:36 pm Post subject: portage unlinking ld.so.preload |
|
|
I had the same problem but touching /etc/ld.so.preload allows mozilla to emerge properly.
I've also run into the same problem with qt. The ld.so.preload had disappeared. Touching it again fixes the problem.
I noticed that running "emerge search ..." as a normal user and hitting ctrl+c midway causes it to exit complaining that it can't unlink /etc/ld.so.preload due to permission problems.
Is there a reason for this? I find it unerving that emerge is removing files in /etc |
|
Back to top |
|
|
|