lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


where is the module installed and what is your package.cpath/package.path?

On Wed, Jun 30, 2010 at 12:21 PM, Patrick
<spell_gooder_now@spellingbeewinnars.org> wrote:
>
>>
>> What exactly doesn't work? If you tell us, it's likely we can help
>> discover your problem.
>>
>> Matthew
>
> Hi Matthew
>
> Here is the chain of events:
>
> -I installed luacurl from synaptic
>
> -wrote a script that had    require("luacurl")
>
> -got error messages about module not found
>
> -installed cmake and download the source
>
> -ran cmake CMakeLists, make, sudo make install
>
> -ran the script with require and got the same error
>
>
> Thanks -Patrick
>