Jens Rehsack wrote:
>
> Hi,
>
> ich hab' mir grade mal eine Übersicht verschaffen wollen, welche Ports
> ich alle nach einem world-update bzgl. OpenSSL neu bauen muss. Dazu nahm
> ich
> $ ldd /usr/local/bin/* 2>/dev/null|grep -A5 libcrypto
> und fand u.a. eine Datei namen
> /usr/local/bin/pdbedit
> libssl.so.2 => /usr/lib/libssl.so.2 (0x280e3000)
> libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x28112000)
> libpam.so.2 => /usr/lib/libpam.so.2 (0x281d8000)
> libldap.so.2 => not found (0x0)
> liblber.so.2 => not found (0x0)
> libc.so.5 => /usr/lib/libc.so.5 (0x281e0000)
>
> Ein 'pkg_info -W /usr/local/bin/pdbedit' wollte aber keinen
> verantwortlichen Port kennen. Eine Recherche auf anderen Maschinen zu
> dieser Datei brachte auch nichts zu Tage.
>
> Wie sollte man da jetzt weiter vorgehen?
cd /usr/ports
find . -name "pkg-plist" -print | xargs egrep pdbedit
Wenn es natürlich von einem Port kommt, der mittlerweile gelöscht ist...
Wobei....
http://www.google.de/search?q=pdbedit&ie=UTF-8&oe=UTF-8&hl=de&btnG=Google-Suche
anscheinend gehört es zu samba....
Google ist wohl schneller, es sei denn, man hat /usr/ports im RAM ;-)
Rainer
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Rainer Duffner Munich rainer(at)ultra-secure.de Germany http://www.i-duffner.de Freising ======================================== All HTML-mail goes to my pre-trash bin ! Send plain text email for faster response ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 05 Apr 2003 - 14:24:55 CEST