2008/11/12 Daniel T Chen <[EMAIL PROTECTED]> > Is this symptom still reproducible in 8.10? > > ** Changed in: thttpd (Ubuntu) > Status: New => Incomplete > > -- > "redirect" binary is not statically linked > https://bugs.launchpad.net/bugs/159772 > You received this bug notification because you are a direct subscriber > of the bug. >
Hi Daniel, Yes it is. [Shell transcript follows.] Regards, Paul. [EMAIL PROTECTED]:~$ *ls /usr/lib/cgi-bin/redirect ls: cannot access /usr/lib/cgi-bin/redirect: No such file or directory [EMAIL PROTECTED]:~$ *aptitude show thttpd-util Package: thttpd-util State: not installed Version: 2.25b-3 Priority: optional Section: universe/web Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> Uncompressed Size: 127k Depends: libc6 (>= 2.6.1-1) Description: tiny/turbo/throttling HTTP server (utilities) thttpd is a small, fast secure webserver. It features CGI support, URL-traffic-based throttling and basic authentication. thttpd has a very small memory footprint as it only forks itself in order to execute CGI scripts. It is designed to be as fast as fully featured web-servers and it performs extremely well under high load. Homepage: <http://www.acme.com/software/thttpd/> This package contains various support utilities for thttpd web-server. [EMAIL PROTECTED]:~$ *sudo aptitude install thttpd-util [sudo] password for pdw: Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initialising package states... Done Building tag database... Done The following packages have been kept back: alacarte base-files dbus dbus-x11 foo2zjs libdbus-1-3 libsmbclient module-init-tools samba-common smbclient update-notifier update-notifier-common The following NEW packages will be installed: thttpd-util 0 packages upgraded, 1 newly installed, 0 to remove and 12 not upgraded. Need to get 27.8kB of archives. After unpacking 127kB will be used. Writing extended state information... Done Get:1 http://gb.archive.ubuntu.com hardy/universe thttpd-util 2.25b-3 [27.8kB] Fetched 27.8kB in 0s (178kB/s) Selecting previously deselected package thttpd-util. (Reading database ... 157561 files and directories currently installed.) Unpacking thttpd-util (from .../thttpd-util_2.25b-3_i386.deb) ... Setting up thttpd-util (2.25b-3) ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initialising package states... Done Writing extended state information... Done Building tag database... Done [EMAIL PROTECTED]:~$ *ldd /usr/lib/cgi-bin/redirect linux-gate.so.1 => (0xb7fa1000) libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7f60000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e11000) /lib/ld-linux.so.2 (0xb7fa2000) -- "redirect" binary is not statically linked https://bugs.launchpad.net/bugs/159772 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
