Comment 49 for bug 1016165

Revision history for this message
L R Bellmore Jr (Bob) (lrbellmorejr) wrote : Re: [Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

latest update fixed the issue..

*LAWRENCE R BELLMORE JR, BSME MBA JD, MANAGING DIRECTOR**
**TRILLION CAPITAL, LLC dba**TRILLION CAPITAL*
INVESTMENT BANKING & ASSET MANAGEMENT
COMMERCIAL,MULTIFAMILY & DEVELOPMENTFINANCE
[/For Sophisticated and Accredited Investors & Business Owners Only/]
701 First St., Executive Offices, Williamsport, PA 17701
(cell) 570-337-8773(office) 484-584-5958(office) 412-250-7963
Website:*http://www.trillioncapital.us/*(fax) 412-774-2857

_*NOTE: I Soon*____*will be encrypting my business email and creating a
Public Encryption Key for my NEW BUSINESS*____*EMAIL ADDRESSES Listed
Below:*_
_*I will be terminating my GMAIL addresses by 6/30/13 *_.
<email address hidden> <mailto:<email address hidden>>
(Direct)
    <email address hidden>
<mailto:<email address hidden>> (Company)
    <email address hidden> <mailto:<email address hidden>> (Web
Inquiries)_*

*_Please note your files for these changes. Additional announcements
will be sent out as we update our mail accounts this month. I thank you
and I apologize for the transitional issues. If you have questions you
can call my cell.

Bob

On 04/17/2013 01:12 PM, Mike Miller wrote:
> On 4/17/2013 11:55 AM, Rodolfo Roman wrote:
>> I have workaround problem by downloading and installing Vbox from the
>> DEB file instead of installing from the console. Version downloaded
>> was "virtualbox-4.2_4.2.12-84980_Ubuntu_Precise_amd64.deb".
>>
> Ok, so can't you just go in to ubuntu software manager [if you installed
> it which it runs fine on server after install] and go to History and
> remove it there or could do a sudo apt-get [--purge] remove with purge
> it removes all configs as well as the pack with no purge it remoes the
> package, BUT leaves the config files in place.
>
> apt-get --purge remove {package-name}
>
> If not sure what the package is named try to search using apt-cache as
> in the below examples. Once found then run apt-get --purge remove with
> the package name [apt-cache uses package name ONLY [not the .deb part]]
>
> Search for package or package description
>
> Some times you don't know package name but aware of some keywords to
> search the package. Once you got package name you can install it using
> apt-get -i {package-name} command:
>
>
> apt-cache search"Text-to-search"
> apt-cache search"httpd"
> apt-cache search"web server"
> apt-cache search"web server"|grep something
>
> Source:
> http://www.cyberciti.biz/tips/linux-debian-package-management-cheat-sheet.html
> [Gotta LOVE GOOGLE FOUND VIA SEARCH: apt-get remove locally installed
> package]!
>