473,399 Members | 3,656 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

"libdb-4.2.la" not found

Hi all,
i am trying to run openmrcp on my system,
it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU
Jun 27 '08 #1
8 1594
On Thu, 24 Apr 2008 09:07:21 +0200, Sumit wrote:
Hi all,
i am trying to run openmrcp on my system,
it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU

Mr. Donga,

what it has to do with ANSI C ?
--
http://lispmachine.wordpress.com/
my email ID is at the above address

Jun 27 '08 #2
Sumit wrote:
Hi all,
i am trying to run openmrcp on my system,
it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU
This is not the right forum. Ask in an Ubuntu group (like
alt.os.linux.ubuntu), or at the excellent Ubuntu forums
(http://www.ubuntu.com/support/community/webforums) or in a list, group
or forum for openmrcp.

Jun 27 '08 #3
On 24 Apr 2008 at 7:07, Sumit wrote:
Hi all,
i am trying to run openmrcp on my system,
it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU
apt-get install libdb4.2-dev

(assuming Ubuntu follows Debian on this)

Jun 27 '08 #4
Sumit wrote:
>
i am trying to run openmrcp on my system, it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU
I have no idea. I do know that 'here' is not the answer. It is
not impossible that alt.os.linux.ubuntu could work.

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.

** Posted from http://www.teranews.com **
Jun 27 '08 #5
Thank u Mr.Falconer i should send it to Ubuntu thread it was all by my
mistake thanks again
On Thu, 24 Apr 2008 09:22:05 -0400, CBFalconer wrote:
Sumit wrote:
>>
i am trying to run openmrcp on my system, it need libdb-4.2.la
please suggest me where i can get this library for UBUNTU

I have no idea. I do know that 'here' is not the answer. It is
not impossible that alt.os.linux.ubuntu could work.
Jun 27 '08 #6
On Mon, 28 Apr 2008 07:44:22 +0200, Sumit wrote:
Thank u Mr.Falconer i should send it to Ubuntu thread it was all by my
mistake thanks again

Sumit, please don't top-post.
--
http://lispmachine.wordpress.com/
my email ID is at the above address

Jun 27 '08 #7
arnuld said:
>On Mon, 28 Apr 2008 07:44:22 +0200, Sumit wrote:
>Thank u Mr.Falconer i should send it to Ubuntu thread it was all by my
mistake thanks again


Sumit, please don't top-post.
If you must net-cop, consider adding relevant, accurate technical content
that will make the reply worth reading. Remember that everything posted
here can be read by everyone who subscribes to the group.

I had a look around the Web for OpenMRCP, and it seems to be some kind of
text-to-speech converter. I would guess that the OP is more interested in
OpenMRCP than in libdb, so perhaps he would find that this would be a good
starting place: http://www.openmrcp.org/

--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
Jun 27 '08 #8
On Mon, 28 Apr 2008 06:52:55 +0000, Richard Heathfield wrote:

If you must net-cop, consider adding relevant, accurate technical
content that will make the reply worth reading. Remember that everything
posted here can be read by everyone who subscribes to the group.

I could add relevant information but I don't want to foe this specific OP.
see down.

I had a look around the Web for OpenMRCP, and it seems to be
some kind
of text-to-speech converter. I would guess that the OP is more
interested in OpenMRCP than in libdb, so perhaps he would find that this
would be a good starting place: http://www.openmrcp.org/
you are pretty right :)

Sumit is my colleague. We work at phonologies.com, a company that creates
SIP based softwares for voice-telephony , not to mention that its all Open
Source. We are trying to integrate OpenMRCP into our software but I am not
on that team.


--
http://lispmachine.wordpress.com/
my email ID is at the above address

Jun 27 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Rutger Claes | last post by:
Code and problem are from PHP5: When I execute the following piece of code, the DomException is thrown with a message: Not Found Exception. I assume this means that the node I extracted from the...
4
by: amywolfie | last post by:
I would like to put code behind a Find button on a form which: 1) Performs a find based on a field on the form 2) If NO RECORDS ARE FOUND, then displays a custom "No Records Found" message box. ...
2
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it,...
2
by: ypul | last post by:
on my local server i am getting ".net error" of "page not found " but on my hosting server I am not getting .net error ...I am getting the normal page not found error what could be the reason ?...
14
by: NormD | last post by:
We have a client-server app using Web Services on an IIS machine. The trace below shows that .NET is searching around for some things (e.g., SystemDrawing.DLL and System.Drawing.EXE) and taking a...
1
by: solarin | last post by:
Hi, I've developed a program under VS 6.0. I can compile it and run it, but when I try to debbug , all my breakpoints are dissabled and I can see the following messages: Loaded...
0
by: cwho.work | last post by:
Hi! We are using apache ibatis with our MySQL 5.0 database (using innodb tables), in our web application running on Tomcat 5. Recently we started getting a number of errors relating to...
5
by: Amit_Basnak | last post by:
Dear Friends I have been getting the following error Error 185: "WorkFlow_dce.cpp", line 58 # Left side of '->' requires a pointer to class; type found was 'struct WF_SEARCH_WU'....
1
Dököll
by: Dököll | last post by:
Greetings, Good buddies! I am for the first time, since I started learning VB, going to build an application I wanted to build for my first son, a language and activities program that will allow...
1
by: sora | last post by:
Hi, I've developed a MFC program under VS 6.0. My debugger *was* working fine and I've used it often for my project. Then, one day, the errors below appear and they prevent me from using the...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.