You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.cppmain.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
The text was updated successfully, but these errors were encountered: