View previous topic :: View next topic |
Author |
Message |
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Mon Mar 01, 2004 11:07 am Post subject: Apache nn va |
|
|
Code: | KomaPC root # /usr/sbin/apache -v
/usr/sbin/apache: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory
KomaPC root # locate libdb-4.0.so
/usr/lib/libdb-4.0.so
KomaPC root #
|
Che dite provo riemergendolo? _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
paolo l33t
Joined: 23 Jul 2002 Posts: 768 Location: SBT (AP)
|
Posted: Mon Mar 01, 2004 12:00 pm Post subject: Re: Apache nn va |
|
|
koma wrote: | Code: | KomaPC root # /usr/sbin/apache -v
/usr/sbin/apache: error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory
KomaPC root # locate libdb-4.0.so
/usr/lib/libdb-4.0.so
KomaPC root #
|
Che dite provo riemergendolo? |
Ad occhio sembra che nel file di conf libdb ha un altro path.
Controlla un po'.
P. _________________ Nihil sine magno labore |
|
Back to top |
|
|
b10m Apprentice
Joined: 04 Aug 2003 Posts: 204 Location: Monza
|
Posted: Mon Mar 01, 2004 12:03 pm Post subject: |
|
|
Prova a fare un "grep -R" del file che da errore all'interno di /etc/apache e guarda se in qualche file di configurazione viene esplicitamente impostato un path. |
|
Back to top |
|
|
Panda Apprentice
Joined: 31 Jul 2003 Posts: 223 Location: Cremona <=> Catania
|
Posted: Mon Mar 01, 2004 9:50 pm Post subject: |
|
|
ho avuto un problema simile quando una volta ho ricompilato mysql, php e apache... potrebbe essere che quella lib e' un po' scoglionata, hai provato con un revdep-rebuild |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Tue Mar 02, 2004 10:29 am Post subject: |
|
|
Il locate potrebbe non essere corretto. Prova:
Code: | $ find /usr -name libdb* |
_________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
gnu-statix Tux's lil' helper
Joined: 16 Nov 2003 Posts: 84 Location: Switzerland, Lugano
|
Posted: Tue Mar 02, 2004 11:37 am Post subject: |
|
|
cerri wrote: |
Code: | $ find /usr -name libdb* |
|
penso sia
Code: | $ find /usr -name libdb\* |
corregetemi se sbaglio
ciao _________________ "Se in un primo momento l'idea non è assurda,
allora non c'è nessuna speranza che si realizzi." - Albert Einstein |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Tue Mar 02, 2004 11:40 am Post subject: |
|
|
Sbagli _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
|