libaio.so.1: cannot open shared object file

前端 未结 7 981
名媛妹妹
名媛妹妹 2021-02-02 05:40

I have a simple test program that when I run I get:

./hello: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or d         


        
7条回答
  •  不要未来只要你来
    2021-02-02 06:14

    Here on a openSuse 12.3 the solution was installing the 32-bit version of libaio in addition. Oracle seems to need this now, although on 12.1 it run without the 32-bit version.

提交回复
热议问题