This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

rpm Packaging error

0
1

I have tried to do the packaging of wireshark-1.6.1

OS: Fedora 2.6.35.6-45.fc14.x86_64

# make rpm-package results in :

configure: error: SSL crypto library was requested, but is not available
error: Bad exit status from /var/tmp/rpm-tmp.k6KXRS (%prep)
RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.k6KXRS (%prep)
make: *** [rpm-package] Error 1
This question is marked "community wiki".

asked 14 Sep '11, 01:10

flashkicker's gravatar image

flashkicker
109131919
accept rate: 41%

edited 14 Sep '11, 04:08

Jaap's gravatar image

Jaap ♦
11.7k16101


One Answer:

1

Either setup the SSL library development files or adjust the configure command line packaging/rpm/SPECS/wireshark.spec.in by removing --with-ssl

answered 14 Sep '11, 04:13

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%