Undefined reference to mempcy@GLIBC_2.14 when compiling on Linux

后端 未结 6 1578
一整个雨季
一整个雨季 2020-12-02 01:45

I am trying to port an application to drive a device that uses an ftdi2332h chip from windows to linux. I installed the libftd2xx library on an ubuntu 10.04 system per these

6条回答
  •  既然无缘
    2020-12-02 02:11

    This is an Oracle Bug with "opatchauto". See this Url, https://dba010.com/2019/06/24/19cgi-12crdbms-opatchauto-re-link-fails-on-target-procob/. WORK-AROUND: Manually use “opatch”, instead of “opatchauto” for each of the applicable DB Patches.

提交回复
热议问题