I am using build.sh to build Doris but failed. It says: lib/doris_be': No such file or directory
            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    1 Answers
0
            
            
        The build.sh script seems to search for the be library from Apache doris in the
${ROOT}/output/be/lib/doris_be
directory, where ${ROOT} is taken from the BASH_SOURCE variable. My assumption is that you started the script not from the root directory of the doris source code, and therefore the build script looks in the wrong directory for the be library. Can you check?
 
    
    
        Bertolt
        
- 995
- 1
- 13
- 37
