On Sun, 2 Dec 2018 at 23:17, Roberto C. Sánchez wrote:
> On Sun, Dec 02, 2018 at 08:20:25PM +1100, David wrote:
> >
> > apt-cache policy $(dpkg -l | awk '/libcurl/ {print $2}')
> >
> > would be a nicer way to do that, FAWC.
>
> Thanks for the pointer.
You are welcome. I learn from your posts too.
On Sun, Dec 02, 2018 at 08:20:25PM +1100, David wrote:
> On Wed, 28 Nov 2018 at 06:41, Roberto C. Sánchez wrote:
> >
> > apt-cache policy $(dpkg -l |grep libcurl | awk '{print $2}')
>
> Just FAWC (for anyone who cares :]) that's a UUOG (useless
> use of grep), because regular expression support i
On Wed, 28 Nov 2018 at 06:41, Roberto C. Sánchez wrote:
>
> apt-cache policy $(dpkg -l |grep libcurl | awk '{print $2}')
Just FAWC (for anyone who cares :]) that's a UUOG (useless
use of grep), because regular expression support is fundamental
to the design of awk.
apt-cache policy $(dpkg -l | a
On Wed, Nov 28, 2018 at 09:28:39PM -0500, Gene Heskett wrote:
>
> Trying to run opera from the cli returns exactly the same libcurl.so.4
> error.
>
> Must be time to update this thing... Gr!
>
Looks like it.
Regards,
-Roberto
--
Roberto C. Sánchez
On Wednesday 28 November 2018 06:56:26 Roberto C. Sánchez wrote:
> ls -l /etc/alternatives/x-www-browser
/etc/alternatives/x-www-browser -> /usr/bin/opera
Opera? I got tired of its inability to read a news site, and nuked it
years ago
gene@coyote:/CoCo$ ldd /etc/alternatives/x-www-browser
On Tue, Nov 27, 2018 at 10:30:15PM -0500, Gene Heskett wrote:
> /usr/bin/x-www-browser: error while loading shared libraries: libcurl.so.4:
> cannot open shared object file: No such file or
> directory
OK. The problem is not your application, directly, but rather the
system browser. What is th
On Tuesday 27 November 2018 21:20:16 Roberto C. Sánchez wrote:
> On Tue, Nov 27, 2018 at 03:51:47PM -0500, Gene Heskett wrote:
> > curl (7.26.0-1+wheezy25) to 7.26.0-1+wheezy25+deb7u1
> > libcurl3 (7.26.0-1+wheezy25) to 7.26.0-1+wheezy25+deb7u1
> > libcurl3-gnutls (7.26.0-1+wheezy25) to 7.26.0-1+w
On Tue, Nov 27, 2018 at 03:51:47PM -0500, Gene Heskett wrote:
>
> curl (7.26.0-1+wheezy25) to 7.26.0-1+wheezy25+deb7u1
> libcurl3 (7.26.0-1+wheezy25) to 7.26.0-1+wheezy25+deb7u1
> libcurl3-gnutls (7.26.0-1+wheezy25) to 7.26.0-1+wheezy25+deb7u1
> libcurl4-gnutls-dev (7.26.0-1+wheezy25) to 7.26.0-1+
On Tuesday 27 November 2018 17:20:29 Brian wrote:
> On Tue 27 Nov 2018 at 16:26:19 -0500, Gene Heskett wrote:
> > On Tuesday 27 November 2018 15:55:18 Brian wrote:
> > > On Tue 27 Nov 2018 at 15:51:47 -0500, Gene Heskett wrote:
> > > > On Tuesday 27 November 2018 15:11:55 Roberto C. Sánchez wrote:
On Tue 27 Nov 2018 at 16:26:19 -0500, Gene Heskett wrote:
> On Tuesday 27 November 2018 15:55:18 Brian wrote:
>
> > On Tue 27 Nov 2018 at 15:51:47 -0500, Gene Heskett wrote:
> > > On Tuesday 27 November 2018 15:11:55 Roberto C. Sánchez wrote:
> > > > Did you just recently update curl?
> > >
> > >
On Tuesday 27 November 2018 15:55:18 Brian wrote:
> On Tue 27 Nov 2018 at 15:51:47 -0500, Gene Heskett wrote:
> > On Tuesday 27 November 2018 15:11:55 Roberto C. Sánchez wrote:
> > > Did you just recently update curl?
> >
> > About the first of october, it came from security.debian.org IIRC,
> > b
On Tue 27 Nov 2018 at 15:51:47 -0500, Gene Heskett wrote:
> On Tuesday 27 November 2018 15:11:55 Roberto C. Sánchez wrote:
>
> > Did you just recently update curl?
> >
> About the first of october, it came from security.debian.org IIRC, but
You do not recall IIRC.
--
Brian.
On Tuesday 27 November 2018 15:11:55 Roberto C. Sánchez wrote:
> On Tue, Nov 27, 2018 at 02:58:17PM -0500, Gene Heskett wrote:
> > On Tuesday 27 November 2018 14:40:40 Roberto C. Sánchez wrote:
> > > apt-cache policy $(dpkg -l |grep libcurl | awk '{print $2}')
> >
> > gene@coyote:/CoCo$ sudo apt-c
On Tue, Nov 27, 2018 at 02:58:17PM -0500, Gene Heskett wrote:
> On Tuesday 27 November 2018 14:40:40 Roberto C. Sánchez wrote:
>
> > apt-cache policy $(dpkg -l |grep libcurl | awk '{print $2}')
>
> gene@coyote:/CoCo$ sudo apt-cache policy $(dpkg -l |grep libcurl |
> awk '{print $2}')
> [sudo] pa
On Tue 27 Nov 2018 at 14:25:55 -0500, Gene Heskett wrote:
> Greetings all;
>
> One of the last updates to wheezy was libcurl, from security.debian.org,
No, it wasn't from security.debian.org.
> to libcurl.so.4.2.0 which was installed by symlinking it to
> libcurl.so.4, which is what the erroir
On Tuesday 27 November 2018 14:40:40 Roberto C. Sánchez wrote:
> apt-cache policy $(dpkg -l |grep libcurl | awk '{print $2}')
gene@coyote:/CoCo$ sudo apt-cache policy $(dpkg -l |grep libcurl |
awk '{print $2}')
[sudo] password for gene:
libcurl3:
Installed: 7.26.0-1+wheezy25+deb7u1
Candidate
On Tue, Nov 27, 2018 at 02:25:55PM -0500, Gene Heskett wrote:
> Greetings all;
>
> One of the last updates to wheezy was libcurl, from security.debian.org,
> to libcurl.so.4.2.0 which was installed by symlinking it to
> libcurl.so.4, which is what the erroir.
>
> Normally when you folks do that
Greetings all;
One of the last updates to wheezy was libcurl, from security.debian.org,
to libcurl.so.4.2.0 which was installed by symlinking it to
libcurl.so.4, which is what the erroir.
Normally when you folks do that, the symlink says it is 100% compatible
with the older version.
But every
18 matches
Mail list logo