Hi
Has any one installed ruby on rails with oracle interface in HP-UX
11.23 (Itanium).
I face difficulties in oracle connectivity through ruby on rails.
I could able to connect to oracle using
ruby -r oci8 -e 'OCI8.new("scott", "tiger", "//HOSTNAME_OR_IP/
SID").exec("select * from emp") do |r| puts r.join(","); end'
It gies the out put.
When I try to reach the dynamic content through web interface the
process crashes with the belwo error message.
/usr/lib/hpux32/dld.so: Unsatisfied code symbol '__udivsi3' in load
module '/opt/iexpress/rubyrails/lib/ruby/site_ruby/1.8/ia64-hpux11.23/
oci8lib.so'
My static page works no issues on that.
Your help is highly appreciated.
Rgds
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---