Re: problem installing tdsodbc

2006-07-26 Thread Miguel Enrique Cobá Martínez
Leinier C. Salfran wrote: > El mar, 25-07-2006 a las 10:21 -0500, kenn escribió: >> Greetings. >> >> I'm having trouble installing tdsodbc from unstable >> (http://packages.debian.org/unstable/libs/tdsodbc) onto my Debian 3.1 >> stable >> >> Having edited /etc/apt/sources.list to request unsta

Re: problem installing tdsodbc

2006-07-25 Thread Juergen Fiedler
On Tue, Jul 25, 2006 at 11:43:34AM -0500, kenn wrote: > Leinier C. Salfran wrote: > > > > > > Hi. > > > > The first you must to do after change '/etc/apt/sources.list' is execute > > 'apt-get update' .. After, 'apt-get instal xxx' > > > > Yes, I did that, and the update was performed without er

Re: problem installing tdsodbc

2006-07-25 Thread kenn
Leinier C. Salfran wrote: > > > Hi. > > The first you must to do after change '/etc/apt/sources.list' is execute > 'apt-get update' .. After, 'apt-get instal xxx' > Yes, I did that, and the update was performed without error. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Re: problem installing tdsodbc

2006-07-25 Thread Leinier C. Salfran
El mar, 25-07-2006 a las 10:21 -0500, kenn escribió: > Greetings. > > I'm having trouble installing tdsodbc from unstable > (http://packages.debian.org/unstable/libs/tdsodbc) onto my Debian 3.1 > stable > > Having edited /etc/apt/sources.list to request unstable, I get the > following when I

Re: problem installing tdsodbc

2006-07-25 Thread Juergen Fiedler
On Tue, Jul 25, 2006 at 11:02:55AM -0500, kenn wrote: > Juergen Fiedler wrote: [...] > When I try to install odbcinst1debian1 I get [...] > W: You may want to run apt-get update to correct these problems > E: Couldn't find package odbcinst1debian1 Does 'apt-get update' report any errors? signatu

Re: problem installing tdsodbc

2006-07-25 Thread kenn
Juergen Fiedler wrote: > On Tue, Jul 25, 2006 at 10:21:50AM -0500, kenn wrote: > [...] >> servertwo:/etc# apt-get install tdsodbc > [...] >> The following packages have unmet dependencies: >> tdsodbc: Depends: odbcinst1debian1 (>= 2.2.11-3) but it is not going >> to be installed >> E: Broken pack

Re: problem installing tdsodbc

2006-07-25 Thread Juergen Fiedler
On Tue, Jul 25, 2006 at 10:21:50AM -0500, kenn wrote: [...] > servertwo:/etc# apt-get install tdsodbc [...] > The following packages have unmet dependencies: > tdsodbc: Depends: odbcinst1debian1 (>= 2.2.11-3) but it is not going > to be installed > E: Broken packages In my opinion, the next step

problem installing tdsodbc

2006-07-25 Thread kenn
Greetings. I'm having trouble installing tdsodbc from unstable (http://packages.debian.org/unstable/libs/tdsodbc) onto my Debian 3.1 stable Having edited /etc/apt/sources.list to request unstable, I get the following when I try to install. ---