On Sun, September 30, 2007 7:10 pm, Aleksey Tsalolikhin wrote:
> On 9/27/07, Voytek Eymont <[EMAIL PROTECTED]> wrote:
>
>> I've installed courier authlib from source, subsequently, I built rpm
>> and installed it (again) from the rpm, whats the best way to determine
>> what got installed /remove whatever got installed  for source install ?

> You might try this:
> touch now
> install your rpm
> find / -newer now -print > newer.txt

> newer.txt will contain files that have a timestamp more recent than the
> file you created prior to installing the RPM.  remove /proc and take a
> look at the rest - it should be a complete list.


thanks, Aleksey

problem is, I already installed it beforehand....
I'd rather not deinstall/reinstall... as I fear I may create more probs
than solve...

or is there a safe to use option to re-install ?

(maybe I need to do it by hand, by examining what's in rpm, the, locating
that...?)


---
# rpm -Uvh courier-authlib*
Preparing...                ###########################################
[100%]
        package courier-authlib-0.59.3-10 is already installed
        package courier-authlib-debuginfo-0.59.3-10 is already installed
        package courier-authlib-devel-0.59.3-10 is already installed
        package courier-authlib-ldap-0.59.3-10 is already installed
        package courier-authlib-mysql-0.59.3-10 is already installed
        package courier-authlib-pgsql-0.59.3-10 is already installed
        package courier-authlib-pipe-0.59.3-10 is already installed
        package courier-authlib-userdb-0.59.3-10 is already installed
# rpm -ivh courier-authlib*
Preparing...                ###########################################
[100%]
        package courier-authlib-0.59.3-10 is already installed
        package courier-authlib-debuginfo-0.59.3-10 is already installed
        package courier-authlib-devel-0.59.3-10 is already installed
        package courier-authlib-ldap-0.59.3-10 is already installed
        package courier-authlib-mysql-0.59.3-10 is already installed
        package courier-authlib-pgsql-0.59.3-10 is already installed
        package courier-authlib-pipe-0.59.3-10 is already installed
        package courier-authlib-userdb-0.59.3-10 is already installed
# rpm -ivh courier-authlib*


---


-- 
Voytek

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to