-
Notifications
You must be signed in to change notification settings - Fork 633
Compilation problem under CentOS 6 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Contributor
|
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
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
This was referenced Sep 25, 2013
Closed
Closed
Closed
This was referenced Apr 7, 2014
This was referenced Nov 3, 2014
Closed
Closed
Closed
Closed
Closed
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.