Skip to content

Conversation

@fabriziopicconi
Copy link
Contributor

The installation of oracle-instantclient11.2-11.2.0.3.0-1.i386.rpm put the libocci into /usr/lib/oracle/11.2/client/lib folder.
This path add this folder in the search list.

The installation of oracle-instantclient11.2-11.2.0.3.0-1.i386.rpm put the libocci into /usr/lib/oracle/11.2/client/lib folder.
 This path add this folder in the search list.
@lemenkov
Copy link
Contributor

lemenkov commented Jun 9, 2013

I'm afraid the proper fix would be to eliminate all that hardcoded paths and to provide --with-oracle-path/--with-oracle-lib switches.

Anyway this now looks better than before.

razvancrainea added a commit that referenced this pull request Jun 10, 2013
Compilation problem under CentOS 6
@razvancrainea razvancrainea merged commit 4f3f654 into OpenSIPS:master Jun 10, 2013
razvancrainea added a commit that referenced this pull request Jun 10, 2013
Compilation problem under CentOS 6
razvancrainea added a commit that referenced this pull request Jun 10, 2013
Compilation problem under CentOS 6
@mnunzi mnunzi mentioned this pull request Nov 7, 2013
@kaduww kaduww mentioned this pull request Feb 10, 2014
@apsaras apsaras mentioned this pull request Mar 26, 2014
@fabriziopicconi fabriziopicconi deleted the patch-2 branch April 12, 2014 15:04
@syco syco mentioned this pull request Jul 16, 2014
@adigeo adigeo mentioned this pull request May 21, 2020
@AnjanIpc AnjanIpc mentioned this pull request Jun 11, 2020
@caloveri caloveri mentioned this pull request Jul 24, 2020
@AnjanIpc AnjanIpc mentioned this pull request Sep 30, 2020
@adigeo adigeo mentioned this pull request Oct 12, 2020
@adigeo adigeo mentioned this pull request Apr 6, 2021
wdoekes added a commit to wdoekes/opensips that referenced this pull request Apr 15, 2025
  #0  db_free_row (_r=_r@entry=0x7fbb5ba13390) at db/db_row.c:64
  #1  0x000055f374948f30 in db_free_rows (_r=_r@entry=0x7fbb5ba220e8) at db/db_res.c:55
  #2  0x000055f374949781 in db_free_result (_r=0x7fbb5ba220e8) at db/db_res.c:116
  OpenSIPS#3  0x00007fbb5a73aa6b in db_mysql_free_result (_h=0x7fbb5ba1dea0, _r=<optimized out>) at dbase.c:896
  OpenSIPS#4  0x00007fbb5944391e in update_presentity (msg=msg@entry=0x7fbb5ba1e658,
        presentity=presentity@entry=0x7ffdc2b4e8d0, sent_reply=sent_reply@entry=0x7ffdc2b4e854)
        at presentity.c:859
  OpenSIPS#5  0x00007fbb594343f6 in handle_publish (msg=<optimized out>, sender_uri=<optimized out>,
       str2=<optimized out>) at publish.c:534

With memory:

  (gdb) print(&((db_res_t*)0)->n)
  $9 = (int *) 0x20

  (gdb) print(((char*)_r)+0x20)
  $15 = 0x7fbb5ba22108 "Expires: 0\r\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants