Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] rpm as non root
- Date: Mon, 11 Apr 2005 23:40:08 -0600
- From: Marc Christensen <marc@example.com>
- Subject: Re: [tlug] rpm as non root
- References: <4259CC67.2060102@example.com>
- User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)
Jean-Christian Imbeault wrote: > I would like to install an rpm package for mysql but have the thing > installed in my home directory, not a system wide install. The reason > being that I don't have root access and also there is already a > version of mysql installed which I don't want to mess with in any > way. ... If you're interested in the content of the RPM, you can extract it by using rpm2cpio. I use this method often to get files from RPMs. You can then set things up however you'd like. However, if the binaries are compiled with hard-coded paths for config files, etc, you may not be able to run them if they are not in the locations they expect.... # mkdir <a_tmp_dir> # cd <a_tmp_dir> # rpm2cpio <rpm_file.rpm> | cpio -id that will place the files in <a_tmp_dir> as if it were / You can take a look at the scripts that may be run when installing the RPM by executing 'rpm -q --scripts -p <rpm_file.rpm>' good luck. -- Marc Christensen http://www.mecworks.com http://blog.mecworks.com http://gallery.mecworks.com
- References:
- [tlug] rpm as non root
- From: Jean-Christian Imbeault
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Seagate Sudden Death....
- Next by Date: [tlug] PHOTOS> Sakura 2005
- Previous by thread: Re: [tlug] rpm as non root
- Next by thread: [tlug] Tokyo Data Center Recommendations/Comments
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links