I am trying to install Samba 2.0.7 on my RedHat 6.2 system. I recently had Samba 2.0.6 on it, but after reading about the upgrade issues, uninstalled it. So unless there is something the RPM missed, it should be uninstalled. I am building Samba 2.0.7 myself with a GCC compiler (2.95.2), which has no problems. However, after I do make install, the system still will not find smbd or nmbd. Are there any patches or anything that I have use on the source so it will work? Thanks, Ben Meyer
On Thu, 3 Aug 2000, Ben Meyer wrote:> I am building Samba 2.0.7 myself with a GCC compiler (2.95.2), which has no > problems. However, after I do make install, the system still will not find > smbd or nmbd. Are there any patches or anything that I have use on the > source so it will work?No, the source is fine. When you run './configure --help' what does it say for "prefix"? Can you find the files there? Making some symlinks from /usr/local/bin or simply adding /usr/local/samba/bin to the path should solve the problem. Of course servers should be started with full path, /usr/local/samba/bin/smbd -D, to avoid path related problems. Another option might be 'find / -name smbd' :) /Urban
> From: Ben Meyer <Ben_Meyer@pfm.org> > > I am trying to install Samba 2.0.7 on my RedHat 6.2 system. I recently had > Samba 2.0.6 on it, but after reading about the upgrade issues, uninstalled > it. So unless there is something the RPM missed, it should be uninstalled. > > I am building Samba 2.0.7 myself with a GCC compiler (2.95.2), which has no > problems. However, after I do make install, the system still will not find > smbd or nmbd. Are there any patches or anything that I have use on the > source so it will work? > > Thanks, > > Ben MeyerJust in case you weren't aware, there are samba 2.0.7 RPMS at updates.redhat.com (use your favorite mirror) in the 6.2 directory. Dave