The fix was to run ldconfig after installing ATS. john
On Sat, Aug 24, 2013 at 10:25 AM, John Plevyak <[email protected]> wrote: > > 4.0! Nice. > > On Ubuntu 13.04 with gcc 4.8.1 > > It reports: > > sudo /usr/local/bin/trafficserver status > This script needs to be ported to this OS > > Also just running sudo /usr/local/bin/trafficserver start exists with no > error, but ATS not started. > > sudo /usr/local/bin/traffic_server > /usr/local/bin/traffic_server: error while loading shared libraries: > libtsutil.so.4: cannot open shared object file: No such file or directory > > Weird since: > > % ldd /usr/local/bin/traffic_server > ... > libtsutil.so.4 => /usr/local/lib/libtsutil.so.4 (0x00007fbcdcd75000) > > % less /usr/local/lib/libtsutil.so.4 > "/usr/local/lib/libtsutil.so.4" may be a binary file. See it anyway? > > Now I see why we used to statically link everything. > > This is probably a result of using gcc 4.8.1 which isn't the standard for > 13.04. > > Runs great out of the build directory. Fast as all get on my SSD. > > john > > > > > On Fri, Aug 23, 2013 at 4:53 PM, Leif Hedstrom <[email protected]> wrote: > >> Hi all, >> >> I've prepared a release for v4.0.0, which is a small bug fix release over >> the last development release. Changes since v3.3.5 are the following 10 >> Jira tickets: >> >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310963&version=12324656 >> >> >> This release is the first using our new release process, which now >> follows the Semantic Versioning >> scheme. More details are available at >> >> >> https://cwiki.apache.org/confluence/display/TS/New+Release+Processes >> >> Information about upgrading to this release from v3.2.x is available at: >> >> >> https://cwiki.apache.org/confluence/display/TS/New+Release+Processes >> >> >> Note that the old v3.2.x cache is not compatible with v4.0.0, upon >> upgrading you will lose all data on the disk caches. This reinitialization >> happens automatically on the first startup after upgrading, but if you wish >> to be extra cautious you can also do this manually: >> >> $ sudo traffic_server -Cclear >> >> >> The artifacts are available for download at >> http://people.apache.org/~zwoop/rel-candidates/: >> >> -rw-r--r-- 1 zwoop zwoop 6070378 Aug 23 22:54 >> trafficserver-4.0.0.tar.bz2 >> -rw-r--r-- 1 zwoop zwoop 836 Aug 23 22:54 >> trafficserver-4.0.0.tar.bz2.asc >> -rw-r--r-- 1 zwoop zwoop 62 Aug 23 22:54 >> trafficserver-4.0.0.tar.bz2.md5 >> -rw-r--r-- 1 zwoop zwoop 70 Aug 23 22:54 >> trafficserver-4.0.0.tar.bz2.sha1 >> >> MD5: d6018c224d2f51739255260d7c6b6888 >> SHA: fc25aa30dbb6815159d3360dc3dfe96a0c11bf07 >> >> >> The vote is open until Friday morning, August 30th. Lets makes sure this >> is another great release, so please everyone, download and test this >> version as much as you can. >> >> Cheers, >> >> -- leif >> >> >
