You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/01 13:33:25 UTC

[GitHub] akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

akond commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file
URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-459723737
 
 
   Yeah, 
   ```
   ./ci/docker/install/centos7_core.sh
   ./ci/docker/install/centos7_scala.sh
   ```
   went ok, but make failed with error:
   
   > cv_imgproc -lopencv_legacy -lopencv_ml -lopencv_objdetect -lopencv_photo -lopencv_stitching -lopencv_superres -lopencv
   > _video -lopencv_videostab -llapack                                                                                    
   > /tmp/cc68M0Wc.o: In function `main':                                                                                  
   > im2rec.cc:(.text.startup+0x1f35): undefined reference to `vtable for cv::_InputArray'                                 
   > im2rec.cc:(.text.startup+0x1f89): undefined reference to `cv::imdecode(cv::_InputArray const&, int)'                  
   > im2rec.cc:(.text.startup+0x2362): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)'                   
   > im2rec.cc:(.text.startup+0x236f): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)'               
   > im2rec.cc:(.text.startup+0x23ac): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)'               
   > im2rec.cc:(.text.startup+0x23c8): undefined reference to `cv::imencode(std::string const&, cv::_InputArray const&, std
   > ::vector<unsigned char, std::allocator<unsigned char> >&, std::vector<int, std::allocator<int> > const&)'             
   > im2rec.cc:(.text.startup+0x3803): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)'                   
   > im2rec.cc:(.text.startup+0x3810): undefined reference to `cv::_InputArray::_InputArray(cv::Mat const&)'               
   > im2rec.cc:(.text.startup+0x39b7): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)'                   
   > im2rec.cc:(.text.startup+0x3ce9): undefined reference to `cv::_OutputArray::_OutputArray(cv::Mat&)'                   
   > build/src/io/image_aug_default.o: In function `mxnet::io::DefaultImageAugmenter::Process(cv::Mat const&, std::vector<f
   > loat, std::allocator<float> >*, std::mersenne_twister_engine<unsigned long, 32ul, 624ul, 397ul, 31ul, 2567483615ul, 11
   > ul, 4294967295ul, 7ul, 2636928640ul, 15ul, 4022730752ul, 18ul, 1812433253ul>*)':                                      
   > image_aug_default.cc:(.text._ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twi
   > ster_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253
   > EE[_ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twister_engineImLm32ELm624EL
   > m397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EE]+0x1a9): undefined ref
   > erence to `cv::_OutputArray::_OutputArray(cv::Mat&)'                                                                  
   > image_aug_default.cc:(.text._ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twi
   > ster_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253
   > EE[_ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twister_engineImLm32ELm624EL
   > m397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EE]+0x1bc): undefined ref
   > erence to `cv::_InputArray::_InputArray(cv::Mat const&)'                                                              
   > image_aug_default.cc:(.text._ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twi
   > ster_engineImLm32ELm624ELm397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253
   > EE[_ZN5mxnet2io21DefaultImageAugmenter7ProcessERKN2cv3MatEPSt6vectorIfSaIfEEPSt23mersenne_twister_engineImLm32ELm624EL
   > m397ELm31ELm2567483615ELm11ELm4294967295ELm7ELm2636928640ELm15ELm4022730752ELm18ELm1812433253EE]+0x57c): undefined ref
   > erence to `cv::_InputArray::_InputArray(cv::Mat const&)'                                                              
   > 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services