Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Compilation fails on Ubuntu 12.04 LTS #3

Open
djoos opened this issue Jul 17, 2012 · 1 comment
Open

Compilation fails on Ubuntu 12.04 LTS #3

djoos opened this issue Jul 17, 2012 · 1 comment

Comments

@djoos
Copy link

djoos commented Jul 17, 2012

Hi,

previously we've rolled out Ubuntu 10.04LTS encoding servers with http-live-stream-segmenter and that all worked like a charm. Now, we've recently started to look into setting up new, Ubuntu 12.04 LTS (64-bit), servers.

After...
./configure
make
...we get the following error:
"make all-recursive
make[1]: Entering directory /var/cache/chef/http-live-stream-segmenter' Making all in src make[2]: Entering directory/var/cache/chef/http-live-stream-segmenter/src'
g++ -DHAVE_CONFIG_H -I. -I.. -DSEGMENTER=ByteCount -include "Segmenter/ByteCount.hpp" -g -O2 -MT ByteCount-main.o -MD -MP -MF .deps/ByteCount-main.Tpo -c -o ByteCount-main.o test -f 'main.cpp' || echo './'main.cpp
main.cpp: In function âint main(int, char*)â:
main.cpp:180:17: error: âcrypto_moduleâ was not declared in this scope
make[2]: *
* [ByteCount-main.o] Error 1
make[2]: Leaving directory /var/cache/chef/http-live-stream-segmenter/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/var/cache/chef/http-live-stream-segmenter'
make: *** [all] Error 2"

We can't spot anything obvious in the C++ code though. It would be great if you could have a look/give us some feedback...

Thanks in advance for your help!

Kind regards,
David

@djoos
Copy link
Author

djoos commented Jul 23, 2012

Hi,

I've just opened a PR - #4, which is a suggested fix for this issue...

Kind regards,
David

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant