Link to home
Start Free TrialLog in
Avatar of clsmoothe
clsmoothe

asked on

Samba Upgrade

I recently tried to upgrade from Samba 2.0.5a to 2.0.6 on my RedHat system.  All previous Samba installs were done using RPM's but RPM's seem to be a pain in the butt, so I decided to compile the sources myself.  My problem is when I rpm -q samba it still shows the old version.  Everything seemed to install OK because "make install" installed without any error messages
ASKER CERTIFIED SOLUTION
Avatar of j2
j2
Flag of Sweden image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of clsmoothe
clsmoothe

ASKER

Do you think if I use rpm -e that will take care of the problem without looking for all of those files?  If that does not work can I just go back to the old version?
The reason why I tried this is because I have had problems with dependancies in the past and sometimes it takes too long for RPM's to be made available
rpm -e will wipe everything installed by the rpm version.. HOWEVER.. if any of those files would happen to be the same as in the new version, they will get wiped aswell. so after you -e i should do another make install on the new verison.
However, the paths used by the "standard" samba is NOT in the path in a RH envirometn, so you will have to figure out that aswell.