[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Samba 2.0.6 on Qube2
- Subject: Re: [cobalt-developers] Samba 2.0.6 on Qube2
- From: "Byron C. Servies" <bservies@xxxxxxxxxx>
- Date: Mon Mar 6 16:42:58 2000
On 3/6/2000 at 1:26 PM, devin_heitmueller@xxxxxxxxxxxx (Devin J. Heitmueller)
wrote:
> Has anyone upgraded their Cobalt Qube2 to the latest version of Samba?
> I was able to compile the code without a problem, but it looks like
> the Qube developers moved all the bin files around. It doesn't look
> like a default samba install (installed to /usr/local/samba).
>
> Has anyone gone through the exercise of figuring out which files go where after
> compiled? Also, does anyone know if the Qube developers made any changes
> specifically for the Qube?
My guess would be that they simply used --prefix=/usr when building samba for the
qube2. That appears to be the patter for other packages in the distribution.
Try
$ rpm -q -a | egrep samba | xargs rpm -q -l
and see what it gives you for a list of files in the samba packages.
Byron