WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ab returns 'error while loading libssl.so.1.0.0'  (Read 4472 times)

Offline mb

  • Jr. Member
  • **
  • Posts: 69
ab returns 'error while loading libssl.so.1.0.0'
« on: December 29, 2011, 01:29:55 PM »
I have been tweaking my onboot.lst file and now when i run 'ab' i get 'error while loading shared libraries: libssl.so.1.0.0: no file/dir' .. there is no libssl-1.0.0.tcz anywhere, but i have 0.9.8. ??

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #1 on: December 29, 2011, 01:41:02 PM »
Rule 1. Tell us what version you are running.

What are you loading that requires libssl.so.1.0.0 and where did you get it?

Offline mb

  • Jr. Member
  • **
  • Posts: 69
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #2 on: December 29, 2011, 01:58:20 PM »
mircocore v4.1  ..i don't know.. i just installed apache-mod-php. I thought openssl/libssl-1.0.0 was in the repos.. but i can't check now.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #3 on: December 29, 2011, 02:04:36 PM »
There is no apache-mod-php in the repos.
There is an apache2-mod-php, but it requires libssl-0.9.8.

Perhaps you should run tce-update.

Offline mb

  • Jr. Member
  • **
  • Posts: 69
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #4 on: December 29, 2011, 02:52:56 PM »
yes, apache2.. from my searching i think TC's application browser has been replaced by apache's 'Apache Bench' for the ab command. How would i fix that?

(i installed openssl-1.0.0 with tce-load, now i think ab works, but its the wrong ab)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #5 on: December 29, 2011, 02:56:01 PM »
Either use /usr/bin/ab or install appbrowser-cli.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11500
Re: ab returns 'error while loading libssl.so.1.0.0'
« Reply #6 on: December 29, 2011, 04:23:37 PM »
Hi mb
There is a name clash between Apache and Tinycore as per the Apache info file:
Code: [Select]
WARNING: apache2 includes a binary at
/usr/local/bin/ab. This binary will
override the ab command in TC unless it is
used explicitly.